Class BcmConst
Public constants.
Inheritance
System.Object
BcmConst
Namespace: Sdl.Core.Bcm.BcmModel.Common
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class BcmConst : Object
Fields
CurrentBcmModelVersion
The current BCM model version.
Declaration
public static readonly string CurrentBcmModelVersion
Field Value
Type | Description |
---|---|
System.String |
DateTimeFormat
DateTime format for serializing and deserializing BCM DateTime properties.
Declaration
public const string DateTimeFormat = "yyyy-MM-dd'T'HH:mm:ss.fff'Z'"
Field Value
Type | Description |
---|---|
System.String |
FrameworkOriginalParagraphUnitId
Metadata key for storing the original ParagraphUnit ID, populated by the SDL Filter Framework.
Declaration
public const string FrameworkOriginalParagraphUnitId = "frameworkOriginalParagraphUnitId"
Field Value
Type | Description |
---|---|
System.String |
FrameworkOriginalTagId
Metadata key for storing the original tag ID, populated by the SDL Filter Framework.
Declaration
public const string FrameworkOriginalTagId = "frameworkOriginalTagId"
Field Value
Type | Description |
---|---|
System.String |
KeepContextFromPreviousParagraph
Metadata used for conversion from BCM back to native format. If this metadata is
True
, the same contexts are used. If False
, new contexts are created from the BCM contexts.
Declaration
public const string KeepContextFromPreviousParagraph = "_keepContextFromPreviousParagraph"
Field Value
Type | Description |
---|---|
System.String |