Class TranslationOriginMetaData
Metadata keys used for TranslationOrigin metadata.
Inheritance
System.Object
TranslationOriginMetaData
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class TranslationOriginMetaData : Object
Fields
ChangeDisplayUsername
The display name of the user who last modified the translation.
Declaration
public const string ChangeDisplayUsername = "modified_by_username"
Field Value
Type | Description |
---|---|
System.String |
CreatedBy
The user who created the translation.
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
System.String |
CreationDate
The translation creation date.
Declaration
public const string CreationDate = "created_on"
Field Value
Type | Description |
---|---|
System.String |
CreationDisplayUsername
The display name of the user who created the translation.
Declaration
public const string CreationDisplayUsername = "created_by_username"
Field Value
Type | Description |
---|---|
System.String |
LastModifiedDate
The translation modified date.
Declaration
public const string LastModifiedDate = "modified_on"
Field Value
Type | Description |
---|---|
System.String |
LastModifiedUserId
The Id of the last user who updated the translation.
Declaration
public const string LastModifiedUserId = "last_modified_by"
Field Value
Type | Description |
---|---|
System.String |
LastUsedDate
The date when the translation was last applied.
Declaration
public const string LastUsedDate = "used_on"
Field Value
Type | Description |
---|---|
System.String |
LastUsedUserId
The Id of the last user who applied the translation.
Declaration
public const string LastUsedUserId = "used_by"
Field Value
Type | Description |
---|---|
System.String |
UseCount
The translation usage count.
Declaration
public const string UseCount = "use_count"
Field Value
Type | Description |
---|---|
System.String |
UseDisplayUsername
The display name of the user who last applied the translation.
Declaration
public const string UseDisplayUsername = "use_by_username"
Field Value
Type | Description |
---|---|
System.String |