Search Results for

    Show / Hide Table of Contents

    Class EntryField

    Terminology provider entry field

    Inheritance
    object
    EntryField
    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 EntryField

    Constructors

    EntryField()

    Default constructor

    Declaration
    public EntryField()

    Properties

    Fields

    sub fields

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

    Name

    field name

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

    Value

    field content

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX