Namespace: Semata.DataStore.ObjectModel
Wrapper for Association that has the annotation "property"
generic <typename I> where I : ItemObject public ref class AssociationProperty : public ValuePropertyImpl<ItemObject^>
Inherits: ValuePropertyImpl<ItemObject>
Constructors
Name | Description |
AssociationProperty(ItemObject^, String^, String^, bool, bool, Func<object, object>^, Func<object, object>^, bool) |
Constructs a new instance of AssociationProperty |
Methods
Name | Description |
CheckNoAssociateExists() |
Adds an error if an associate exists |
DeleteAssociate() |
Deletes any associate |