Namespace: Semata.DataStore
Class: ItemType
Creates an Association Definition
public AssociationTypePair AddAssociationType(string name, string description, string annotation, ItemType associateItemType, string associateName, string associateDescription, string associateAnnotation)
Parameters
Type | Name | Description |
string | name | Name of the AssociationType from this ItemType |
string | description | Description of the AssociationType |
string | annotation | Annotation of the AssociationType |
ItemType | associateItemType | The 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: AssociationTypePair
Exceptions
Type | Description |
AssociationTypeWithThisNameExistsException | AssociationType with this name exists |
AttributeTypeWithThisNameExistsException | AttributeType with this name exists |
MISSING PAGE InvalidNameException |