Interface IField
Represents a field declaration.
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface IField
Properties
Name
Gets or sets the field name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PicklistItemNames
The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist.
Declaration
IList<string> PicklistItemNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ValueType
Gets or sets the field value type.
Declaration
FieldValueType ValueType { get; set; }
Property Value
Type | Description |
---|---|
FieldValueType |