Search Results for

    Show / Hide Table of Contents

    Class StructureTagDefinition

    Definition of a StructureTag. Can be referenced by multiple StructureTag elements.

    Inheritance
    System.Object
    ExtensionDataContainer
    MetadataContainer
    SkeletonItem
    StructureTagDefinition
    Implements
    System.IEquatable<MetadataContainer>
    System.IEquatable<SkeletonItem>
    ICloneable<StructureTagDefinition>
    System.IEquatable<StructureTagDefinition>
    Inherited Members
    SkeletonItem.Equals(SkeletonItem)
    SkeletonItem.Id
    MetadataContainer.GetMetadata(String)
    MetadataContainer.SetMetadata(String, String)
    MetadataContainer.Equals(MetadataContainer)
    MetadataContainer.ShouldSerialize_metadata()
    MetadataContainer.Metadata
    ExtensionDataContainer.ExtensionData
    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 other parameter; otherwise, false.

    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
    SkeletonItem.Equals(Object)

    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
    SkeletonItem.GetHashCode()

    Implements

    System.IEquatable<>
    System.IEquatable<>
    ICloneable<T>
    System.IEquatable<>

    On this page

    Back to top Generated by DocFX