Class BcmConst
Public constants.
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Common
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public static class BcmConst
Fields
CurrentBcmModelVersion
The current BCM model version.
Declaration
public static readonly string CurrentBcmModelVersion
Field Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| string |