Class StructureTagDefinition
Definition of a StructureTag. Can be referenced by multiple StructureTag elements.
Inheritance
System.Object
StructureTagDefinition
Implements
System.IEquatable<MetadataContainer>
System.IEquatable<SkeletonItem>
System.IEquatable<StructureTagDefinition>
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public class StructureTagDefinition : SkeletonItem, ICloneable<StructureTagDefinition>
Constructors
StructureTagDefinition()
Declaration
public StructureTagDefinition()
Properties
DisplayText
Gets or sets the display text.
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display text. |
SubContent
Gets or sets the localizable sub-content.
Declaration
public SubContentCollection SubContent { get; set; }
Property Value
Type | Description |
---|---|
SubContentCollection | The localizable sub-content. |
TagContent
Gets or sets the content of the tag.
Declaration
public string TagContent { get; set; }
Property Value
Type | Description |
---|---|
System.String | The content of the tag. |
Methods
Clone()
Clones this instance.
Declaration
public StructureTagDefinition Clone()
Returns
Type | Description |
---|---|
StructureTagDefinition | A clone of this instance. |
Equals(StructureTagDefinition)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(StructureTagDefinition other)
Parameters
Type | Name | Description |
---|---|---|
StructureTagDefinition | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the |
Equals(Object)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for this instance. |
Overrides
Implements
System.IEquatable<>
System.IEquatable<>
System.IEquatable<>