Search Results for

    Show / Hide Table of Contents

    Class EntryTerm

    Terminology provider entry term

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

    Constructors

    EntryTerm()

    Default constructor

    Declaration
    public EntryTerm()

    Properties

    Fields

    term level fields for this term

    Declaration
    public IList<IEntryField> Fields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IEntryField>

    ParentLanguage

    Language containing this term

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

    Transactions

    Transactions (creation/modification) for this term

    Declaration
    public IList<IEntryTransaction> Transactions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IEntryTransaction>

    Value

    the string value of the term

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

    Implements

    IEntryTerm

    On this page

    • Constructors
      • EntryTerm()
    • Properties
      • Fields
      • ParentLanguage
      • Transactions
      • Value
    • Implements
    Back to top Generated by DocFX