Namespace: Semata.DataStore.ObjectModel
Wrapper for Association that has the annotation "property"
public class AssociationProperty<I> : ValuePropertyImpl<ItemObject> where I : 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 |