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
    Back to top Generated by DocFX