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^
Errors
Errors cause a Platform::Exception to be thrown with the following HResult and Message
HResult | Message |
0x3905 | AssociationType with this name exists |
0x3904 | AttributeType with this name exists |