Search Results for

    Show / Hide Table of Contents

    Class SkeletonItem

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

    Inheritance
    object
    ExtensionDataContainer
    MetadataContainer
    SkeletonItem
    CommentDefinition
    Context
    ContextDefinition
    FormattingGroup
    PlaceholderTagDefinition
    StructureTagDefinition
    TagPairDefinition
    TerminologyData
    Implements
    IEquatable<MetadataContainer>
    IEquatable<SkeletonItem>
    Inherited Members
    MetadataContainer.GetMetadata(string)
    MetadataContainer.SetMetadata(string, string)
    MetadataContainer.Equals(MetadataContainer)
    MetadataContainer.ShouldSerialize_metadata()
    MetadataContainer.Metadata
    ExtensionDataContainer.ExtensionData
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    [DataContract]
    public abstract class SkeletonItem : MetadataContainer, IEquatable<MetadataContainer>, IEquatable<SkeletonItem>

    Constructors

    SkeletonItem()

    Declaration
    protected SkeletonItem()

    Properties

    Id

    Gets or sets the identifier.

    Declaration
    [JsonProperty(PropertyName = "id", Order = -2147483648)]
    public int Id { get; set; }
    Property Value
    Type Description
    int

    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
    bool

    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
    object obj
    Returns
    Type Description
    bool
    Overrides
    MetadataContainer.Equals(object)

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for this instance.

    Overrides
    MetadataContainer.GetHashCode()

    Implements

    IEquatable<T>
    IEquatable<T>
    In this article
    Back to top Generated by DocFX