Class RevisionContainer
Marks revisions to the translated content.
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class RevisionContainer : MarkupDataContainer
Constructors
RevisionContainer()
Initializes a new instance of the RevisionContainer class.
Declaration
public RevisionContainer()
RevisionContainer(RevisionType)
Initializes a new instance of the RevisionContainer class.
Declaration
public RevisionContainer(RevisionType revisionType)
Parameters
Type | Name | Description |
---|---|---|
RevisionType | revisionType | Type of the revision. |
Properties
RevisionType
Gets or sets the type of the revision.
Declaration
public RevisionType RevisionType { get; set; }
Property Value
Type | Description |
---|---|
RevisionType | The type of the revision. |
Type
Gets the type of MarkupData.
Declaration
protected override string Type { get; set; }
Property Value
Type | Description |
---|---|
String | The type. |
Overrides
Methods
AcceptVisitor(LiteBcmVisitor)
Accepts a visitor of type LiteBcmVisitor.
Declaration
public override void AcceptVisitor(LiteBcmVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
LiteBcmVisitor | visitor | The LiteBcmVisitor used to visit this item. |