Search Results for

    Show / Hide Table of Contents

    Class Term

    Terminology element.

    Inheritance
    Object
    Term
    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 class Term

    Constructors

    Term(String)

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

    Declaration
    public Term(string id)
    Parameters
    Type Name Description
    String id

    The identifier for the term. Cannot be null or empty.

    Exceptions
    Type Condition
    System.ArgumentNullException

    Thrown when id is null or empty.

    Properties

    Id

    Gets or sets the identifier. Can not be null or empty.

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

    The identifier.

    Text

    Gets or sets the terminology text.

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

    The terminology text.

    In this article
    Back to top Generated by DocFX