Interface IFieldsTemplate
Represents a fields template, which is a named collection of fields that can be applied to a translation memory.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IFieldsTemplate
Properties
Description
Gets or sets a general description of the entity.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The general description. |
FieldDefinitions
Gets the collections of fields in this fields template.
Declaration
FieldDefinitionCollection FieldDefinitions { get; }
Property Value
Type | Description |
---|---|
FieldDefinitionCollection |
Remarks
In case of a server-based fields template (ServerBasedFieldsTemplate), any changes to this collection are only persisted when calling Save().
Name
Gets or sets an entity name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The entity name. |