Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
Returns an ItemObjectCollection that allows the items with which this Item is associated to be iterated through and items to be added and removed from this association
public ItemObjectCollection<I> GetItemObjectCollection(ItemObjectSource<I> source)
Parameters
Type | Name | Description |
ItemObjectSource<I> | source | The source of the ItemObjects |
Returns: ItemObjectCollection<I>