Namespace: Semata.DataStore
Class: Connection
Creates an ItemType.
public ItemType AddItemType(string name, string description, string annotation)
Parameters
| Type | Name | Description |
| string | name | Name of the Item |
| string | description | Description of the Item |
| string | annotation | Annotation of the Item |
Returns: ItemType
Exceptions
| Type | Description |
| ItemTypeWithThisNameAlreadyExistsException | ItemType with this name already exists |