Click or drag to resize
SystemFieldDefinitions Class
This class defines the available translation unit system fields that can be used in filter expressions in addition to user-defined fields.
Inheritance Hierarchy
SystemObject
  Sdl.LanguagePlatform.TranslationMemoryApiSystemFieldDefinitions

Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi (in Sdl.LanguagePlatform.TranslationMemoryApi.dll) Version: 1.6.0.0 (1.14.4157.0)
Syntax
public static class SystemFieldDefinitions

The SystemFieldDefinitions type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCreatedAt
The date/time the translation unit was created.
Public fieldStatic memberCreatedBy
The name of the user that created the translation unit.
Public fieldStatic memberLastChangedAt
The date/time the translation unit was last changed.
Public fieldStatic memberLastChangedBy
The if of the user that last changed the translation unit.
Public fieldStatic memberLastUsedAt
The date/time the translation unit was last used.
Public fieldStatic memberLastUsedBy
The name of the user that last used the translation unit.
Public fieldStatic memberPlainSourceTextLength
The length of the plain source text of the the translation unit, in characters.
Public fieldStatic memberPlainTargetTextLength
The length of the plain source text of the the translation unit, in characters.
Public fieldStatic memberSourceTagCount
The number of tags occurring in the source segment.
Public fieldStatic memberSourceText
The source text of the translation unit.
Public fieldStatic memberStructureContext
The document structure information associated with the translation unit.
Public fieldStatic memberTargetTagCount
The number of tags occurring in the target segment.
Public fieldStatic memberTargetText
The target text of the the translation unit.
Public fieldStatic memberTextContext
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.
Public fieldStatic memberUsageCount
The number of times the translation unit has been used so far.
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments