Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
Add an association with another Item
public void Add(I itemObjectToAssociate)
Parameters
Type | Name | Description |
MISSING PAGE I | itemObjectToAssociate | the item with which an association is to be added |
Returns: void