Interface IField
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface IField
Properties
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PicklistItemNames
Declaration
IList<string> PicklistItemNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ValueType
Declaration
FieldValueType ValueType { get; set; }
Property Value
Type | Description |
---|---|
FieldValueType |