Search Results for

    Show / Hide Table of Contents

    Class CommentDefinition

    Contains comment data. Can be referenced by multiple CommentContainer instances.

    Inheritance
    Object
    SkeletonItem
    CommentDefinition
    Inherited Members
    SkeletonItem.Id
    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 class CommentDefinition : SkeletonItem

    Constructors

    CommentDefinition(Int32)

    Initializes a new instance of the CommentDefinition class.

    Declaration
    public CommentDefinition(int id)
    Parameters
    Type Name Description
    Int32 id

    The identifier.

    Properties

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String

    The text.

    In this article
    Back to top Generated by DocFX