Namespace: Semata.DataStore
Class: AssociationType
Adds another ItemType to the set defined by this AssociationType
public: AssociationType^ AddAssociate(ItemType^ associateItemType, String^ associateName, String^ associateDescription, String^ associateAnnotation)
Parameters
Type | Name | Description |
ItemType^ | associateItemType | The ItemType associated ItemType |
String^ | associateName | Name of the AssociationType from the associated ItemType |
String^ | associateDescription | Description of the AssociationType from the associated ItemType |
String^ | associateAnnotation | Annotation of the AssociationType from the associated ItemType |
Returns: AssociationType^
Exceptions
Type | Description |
AssociationTypeWithThisNameExistsException | AssociationType with this name exists |
AttributeTypeWithThisNameExistsException | AttributeType with this name exists |
MISSING PAGE InvalidNameException |