Namespace: Semata.DataStore
Class: Item
Removes the association of this Item with another
public void RemoveAssociation(string name, Item item)
Parameters
Type | Name | Description |
string | name | The name of the AssociationType |
Item | item | The other Item |
Returns: void
Exceptions
Type | Description |
AssociationTypeDoesNotExistException | Association type does not exist |