Search Results for

    Show / Hide Table of Contents

    Class EntryTerm

    Terminology provider entry term

    Inheritance
    object
    EntryTerm
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class EntryTerm

    Constructors

    EntryTerm()

    Default constructor

    Declaration
    public EntryTerm()

    Properties

    Fields

    term level fields for this term

    Declaration
    public IList<EntryField> Fields { get; set; }
    Property Value
    Type Description
    IList<EntryField>

    ParentLanguage

    Language containing this term

    Declaration
    public EntryLanguage ParentLanguage { get; set; }
    Property Value
    Type Description
    EntryLanguage

    Transactions

    Transactions (creation/modification) for this term

    Declaration
    public IList<EntryTransaction> Transactions { get; set; }
    Property Value
    Type Description
    IList<EntryTransaction>

    Value

    the string value of the term

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • EntryTerm()
    • Properties
      • Fields
      • ParentLanguage
      • Transactions
      • Value
    Back to top Generated by DocFX