Search Results for

    Show / Hide Table of Contents

    Class LocalizableSubContent

    Subcontent of a particular BCM content element.

    Inheritance
    System.Object
    ExtensionDataContainer
    LocalizableSubContent
    Implements
    ICloneable<LocalizableSubContent>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class LocalizableSubContent : ExtensionDataContainer, ICloneable<LocalizableSubContent>

    Constructors

    LocalizableSubContent()

    Declaration
    public LocalizableSubContent()

    Properties

    Length

    Gets or sets the content length.

    Declaration
    public int Length { get; set; }
    Property Value
    Type Description
    System.Int32

    The content length.

    ParagraphUnitId

    Gets or sets the ParagraphUnit Id holding the content marked by this LocalizableSubContent reference.

    Declaration
    public string ParagraphUnitId { get; set; }
    Property Value
    Type Description
    System.String

    The ParagraphUnit Id holding the content marked by this LocalizableSubContent reference.

    SourceTagContentOffset

    Gets or sets the offset in the source tag from which the content was extracted.

    Declaration
    public int SourceTagContentOffset { get; set; }
    Property Value
    Type Description
    System.Int32

    The offset in the source tag from which the content was extracted.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public LocalizableSubContent Clone()
    Returns
    Type Description
    LocalizableSubContent

    A deep clone of this instance.

    Equals(LocalizableSubContent)

    Performs a deep-equals comparison.

    Declaration
    protected bool Equals(LocalizableSubContent other)
    Parameters
    Type Name Description
    LocalizableSubContent other

    The other item used for comparison.

    Returns
    Type Description
    System.Boolean

    True if the items are deeply equal; False otherwise.

    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

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for this instance.

    Implements

    ICloneable<T>

    On this page

    Back to top Generated by DocFX