Search Results for

    Show / Hide Table of Contents

    Class EntryField

    Inheritance
    System.Object
    EntryField
    Implements
    IEntryField
    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 EntryField : IEntryField

    Constructors

    EntryField()

    Declaration
    public EntryField()

    Properties

    Fields

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

    Name

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

    Value

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

    Implements

    IEntryField

    On this page

    • Constructors
      • EntryField()
    • Properties
      • Fields
      • Name
      • Value
    • Implements
    Back to top Generated by DocFX