Namespace: Semata.DataStore
Class: Item
Associates this Item with another
public: void AddAssociation(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 |