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