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 |
Returns: MISSING PAGE