Class SegmentMetaDataKeys
Constants for Segment metadata.
Inheritance
System.Object
SegmentMetaDataKeys
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class SegmentMetaDataKeys : Object
Fields
AlignmentTimestamp
Segment metadata key for accesing alignment date.
Declaration
public const string AlignmentTimestamp = "tuInsertDate"
Field Value
Type | Description |
---|---|
System.String |
Contexts
Segment metadata key for accesing the associated contexts.
Declaration
public const string Contexts = "Contexts"
Field Value
Type | Description |
---|---|
System.String |
CustomFields
Segment metadata key for accesing custom fields.
Declaration
public const string CustomFields = "CustomFields"
Field Value
Type | Description |
---|---|
System.String |
SystemFields
Segment metadata key for accesing system fields.
Declaration
public const string SystemFields = "SystemFields"
Field Value
Type | Description |
---|---|
System.String |
TuGuId
Segment metadata key for accesing the Translation Unit GUID id.
Declaration
public const string TuGuId = "tuguid"
Field Value
Type | Description |
---|---|
System.String |
TuId
Segment metadata key for accesing the Translation Unit numerical id.
Declaration
public const string TuId = "tuid"
Field Value
Type | Description |
---|---|
System.String |