Search Results for

    Show / Hide Table of Contents

    Class SkeletonItem

    Base class for different types of elements definied in a FileSkeleton.

    Inheritance
    System.Object
    ExtensionDataContainer
    MetadataContainer
    SkeletonItem
    CommentDefinition
    Context
    ContextDefinition
    FormattingGroup
    PlaceholderTagDefinition
    StructureTagDefinition
    TagPairDefinition
    TerminologyData
    Implements
    System.IEquatable<MetadataContainer>
    System.IEquatable<SkeletonItem>
    Inherited Members
    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 abstract class SkeletonItem : MetadataContainer

    Constructors

    SkeletonItem()

    Declaration
    protected SkeletonItem()

    Properties

    Id

    Gets or sets the identifier.

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

    The identifier.

    Methods

    Equals(SkeletonItem)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(SkeletonItem other)
    Parameters
    Type Name Description
    SkeletonItem 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
    MetadataContainer.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
    MetadataContainer.GetHashCode()

    Implements

    System.IEquatable<>
    System.IEquatable<>

    On this page

    Back to top Generated by DocFX