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 SystemFieldDefinitionsFields
CreatedAt
The date/time the translation unit was created.
Declaration
public static readonly FieldDefinition CreatedAtField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
CreatedBy
The name of the user that created the translation unit.
Declaration
public static readonly FieldDefinition CreatedByField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
LastChangedAt
The date/time the translation unit was last changed.
Declaration
public static readonly FieldDefinition LastChangedAtField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
LastChangedBy
The if of the user that last changed the translation unit.
Declaration
public static readonly FieldDefinition LastChangedByField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
LastUsedAt
The date/time the translation unit was last used.
Declaration
public static readonly FieldDefinition LastUsedAtField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
LastUsedBy
The name of the user that last used the translation unit.
Declaration
public static readonly FieldDefinition LastUsedByField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
PlainSourceTextLength
The length of the plain source text of the the translation unit, in characters.
Declaration
public static readonly FieldDefinition PlainSourceTextLengthField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
PlainTargetTextLength
The length of the plain source text of the the translation unit, in characters.
Declaration
public static readonly FieldDefinition PlainTargetTextLengthField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
SourceTagCount
The number of tags occurring in the source segment.
Declaration
public static readonly FieldDefinition SourceTagCountField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
SourceText
The source text of the translation unit.
Declaration
public static readonly FieldDefinition SourceTextField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
StructureContext
The document structure information associated with the translation unit.
Declaration
public static readonly FieldDefinition StructureContextField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
TargetTagCount
The number of tags occurring in the target segment.
Declaration
public static readonly FieldDefinition TargetTagCountField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
TargetText
The target text of the the translation unit.
Declaration
public static readonly FieldDefinition TargetTextField 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 TextContextField Value
| Type | Description | 
|---|---|
| FieldDefinition | 
UsageCount
The number of times the translation unit has been used so far.
Declaration
public static readonly FieldDefinition UsageCountField Value
| Type | Description | 
|---|---|
| FieldDefinition |