Class SystemFieldDefinitions
This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields.
Inheritance
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public static class SystemFieldDefinitions
Fields
CreatedAt
The date/time the translation unit was created.
Declaration
public static readonly FieldDefinition CreatedAt
Field Value
Type | Description |
---|---|
FieldDefinition |
CreatedBy
The name of the user that created the translation unit.
Declaration
public static readonly FieldDefinition CreatedBy
Field Value
Type | Description |
---|---|
FieldDefinition |
LastChangedAt
The date/time the translation unit was last changed.
Declaration
public static readonly FieldDefinition LastChangedAt
Field Value
Type | Description |
---|---|
FieldDefinition |
LastChangedBy
The if of the user that last changed the translation unit.
Declaration
public static readonly FieldDefinition LastChangedBy
Field Value
Type | Description |
---|---|
FieldDefinition |
LastUsedAt
The date/time the translation unit was last used.
Declaration
public static readonly FieldDefinition LastUsedAt
Field Value
Type | Description |
---|---|
FieldDefinition |
LastUsedBy
The name of the user that last used the translation unit.
Declaration
public static readonly FieldDefinition LastUsedBy
Field Value
Type | Description |
---|---|
FieldDefinition |
PlainSourceTextLength
The length of the plain source text of the the translation unit, in characters.
Declaration
public static readonly FieldDefinition PlainSourceTextLength
Field Value
Type | Description |
---|---|
FieldDefinition |
PlainTargetTextLength
The length of the plain source text of the the translation unit, in characters.
Declaration
public static readonly FieldDefinition PlainTargetTextLength
Field Value
Type | Description |
---|---|
FieldDefinition |
SourceTagCount
The number of tags occurring in the source segment.
Declaration
public static readonly FieldDefinition SourceTagCount
Field Value
Type | Description |
---|---|
FieldDefinition |
SourceText
The source text of the translation unit.
Declaration
public static readonly FieldDefinition SourceText
Field Value
Type | Description |
---|---|
FieldDefinition |
StructureContext
The document structure information associated with the translation unit.
Declaration
public static readonly FieldDefinition StructureContext
Field Value
Type | Description |
---|---|
FieldDefinition |
TargetTagCount
The number of tags occurring in the target segment.
Declaration
public static readonly FieldDefinition TargetTagCount
Field Value
Type | Description |
---|---|
FieldDefinition |
TargetText
The target text of the the translation unit.
Declaration
public static readonly FieldDefinition TargetText
Field Value
Type | Description |
---|---|
FieldDefinition |
TextContext
The text contexts this translation unit occurs in. Since text context values are directly stored at the TU, and not represented as field values, this pseudo field name is only relevant for edit scripts.
Declaration
public static readonly FieldDefinition TextContext
Field Value
Type | Description |
---|---|
FieldDefinition |
UsageCount
The number of times the translation unit has been used so far.
Declaration
public static readonly FieldDefinition UsageCount
Field Value
Type | Description |
---|---|
FieldDefinition |