Search Results for

    Show / Hide Table of Contents

    Class SkeletonItem

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

    Inheritance
    Object
    SkeletonItem
    CommentDefinition
    PlaceholderTagDefinition
    TagPairDefinition
    TerminologyData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public abstract class SkeletonItem

    Constructors

    SkeletonItem()

    Initializes a new instance of the SkeletonItem class.

    Declaration
    protected SkeletonItem()

    SkeletonItem(Int32)

    Initializes a new instance of the SkeletonItem class with the specified identifier.

    Declaration
    protected SkeletonItem(int id)
    Parameters
    Type Name Description
    Int32 id

    The identifier for the skeleton item.

    Properties

    Id

    Gets or sets the identifier.

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

    The identifier.

    In this article
    Back to top Generated by DocFX