Class LockedContentContainer
Marks content that is locked for editing.
Inheritance
LockedContentContainer
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class LockedContentContainer : MarkupDataContainer, IEquatable<MetadataContainer>, ICloneable<MarkupData>, IEquatable<MarkupData>
Constructors
LockedContentContainer()
Declaration
public LockedContentContainer()
Properties
Type
Gets the type of MarkupData.
Declaration
[JsonProperty("type")]
protected override string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The type. |
Overrides
Methods
AcceptVisitor(BcmVisitor)
Accepts a visitor of type BcmVisitor.
Declaration
public override void AcceptVisitor(BcmVisitor visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| BcmVisitor | visitor | The BcmVisitor used to visit this item. |
Overrides
Clone()
Clones this instance.
Declaration
public LockedContentContainer Clone()
Returns
| Type | Description |
|---|---|
| LockedContentContainer | A deep clone of this instance. |
UniqueClone()
Clones this instance, setting a new unique Id.
Declaration
public LockedContentContainer UniqueClone()
Returns
| Type | Description |
|---|---|
| LockedContentContainer | A deep clone of this instance, with a new unique Id. |