Namespace: Semata.DataStore
Defines the Associations that an Item can make. The AssociationType has a name and defines a set of other ItemTypes. An Association of this type can be with any Item of one of the types in the set.
public ref class AssociationType sealed
Methods
Name | Description |
AddAssociate(ItemType^, String^, String^, String^) |
Adds another ItemType to the set defined by this AssociationType |
Delete() |
Deletes this AssociationType |
GetAnnotation() |
Gets the Annotation of the AssociationType |
GetAssociate(ItemType^) |
The AssociationType of the associated ItemType |
GetAssociates() |
The ItemTypes, with which an Item of this type can form an association. It actually returns a collection of AssociationTypes |
GetConnection() |
The current Connection |
GetDescription() |
Gets the Description of the AssociationType |
GetItemType() |
The ItemType to which this AssociationType belongs |
GetName() |
Gets the Name of the AssociationType |
SetAnnotation(String^) |
Sets the Annotation of the AssociationType |
SetDescription(String^) |
Sets the Description of the AssociationType |
SetName(String^) |
Sets the Name of the AssociationType |