Name | Type | Description | Additional information |
---|---|---|---|
tbGuid | Guid | The Guid of the termbase |
Name | Type | Description |
---|---|---|
List | List<TBMetaDefinition> | |
BuiltIn | Boolean | Defines whether the property is built-in. |
DefaultValue | String | The default value of the property. |
Description | String | The description of the property. |
Id | Int32 | The id of the property. |
MetaType | TBMetaType (enum) | Possible enum values: 0:String; 1:ValueSet; 2:Integer; 3:FloatingPoint; 4:Boolean; 5:CaseSense; 6:DateTime; 7:PartialMatch; 8:IntegerVector; 9:Image; The type of the property. |
Name | String | The name of the property. |
ReadOnly | Boolean | Defines whether the property is readonly. |
Required | Boolean | Defines whether the property is required. |
Scope | TBMetaScope (enum) | Possible enum values: 0:Global; 1:Entry; 2:Language; 3:Term; The scope of the property. |
Unique | Boolean | Defines whether the property is unique. |
[ { "BuiltIn": false, "DefaultValue": "value", "Description": "description", "Id": 0, "Name": "name", "ReadOnly": false, "Required": false, "Scope": 1, "Unique": false, "MetaType": 2 }, { "BuiltIn": false, "DefaultValue": "value", "Description": "description", "Id": 0, "Name": "name", "ReadOnly": false, "Required": false, "Scope": 1, "Unique": false, "MetaType": 2 }, { "BuiltIn": false, "DefaultValue": "value", "Description": "description", "Id": 0, "Name": "name", "ReadOnly": false, "Required": false, "Scope": 1, "Unique": false, "MetaType": 2 } ]