Namespace: Semata.DataStore.ObjectModel
Class: Association<I>
Construct a new instance of Association.
public Association(ItemObject itemObject, string associationTypeName, string propertyName, string associatePropertyName)
Parameters
| Type | Name | Description |
| ItemObject | itemObject | An ItemObject. |
| string | associationTypeName | The name of a valid AssociaiotnType for the itemObject. |
| string | propertyName | The name of the property on the ItemObject that refers to this Association |
| string | associatePropertyName | The name of the property on the associated ItemObject that refers to a corresponding Association |