Class EntryField
Terminology provider entry field
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class EntryField
Constructors
EntryField()
Default constructor
Declaration
public EntryField()
Properties
Fields
sub fields
Declaration
public IList<EntryField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IListEntryField |
Name
field name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
field content
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |