Interface IAttribute
Attribute data, V2 schema.
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface IAttribute
Properties
Guid
Guid
Declaration
Guid Guid { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the field name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
PicklistItems
The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist.
Declaration
IReadOnlyCollection<IPicklistItem> PicklistItems { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollectionIPicklistItem |
ValueType
Gets or sets the field value type.
Declaration
FieldValueType ValueType { get; }
Property Value
Type | Description |
---|---|
FieldValueType |