Class LockedContentContainer
Marks content that is locked for editing.
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 LockedContentContainer : MarkupDataContainer
Constructors
LockedContentContainer()
Initializes a new instance of the LockedContentContainer class with an automatically generated unique identifier.
Declaration
public LockedContentContainer()
LockedContentContainer(String)
Initializes a new instance of the LockedContentContainer class with a given unique identifier.
Declaration
public LockedContentContainer(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
Properties
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. |