Namespace: Semata.DataStore
Class: Item
Removes the association of this Item with another
public void RemoveAssociation(AssociationType associationType, Item item)
Parameters
| Type | Name | Description |
| AssociationType | associationType | The AssociationType |
| Item | item | The other Item |
Returns: void
Exceptions
| Type | Description |
| AssociationDoesNotExistException | Association does not exist |
| InvalidAssociateForItemException | Association of this type cannot be created between these Items |
| InvalidAssociationTypeForItemException | AssociationType is invalid for an Item of this type |