Search Results for

    Show / Hide Table of Contents

    Class PicklistItem

    Inheritance
    System.Object
    PicklistItem
    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.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class PicklistItem

    Constructors

    PicklistItem()

    Declaration
    public PicklistItem()

    PicklistItem(PicklistItem)

    Declaration
    public PicklistItem(PicklistItem other)
    Parameters
    Type Name Description
    PicklistItem other

    PicklistItem(String)

    Declaration
    public PicklistItem(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    ID

    Declaration
    public int? ID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Name

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

    On this page

    Back to top Generated by DocFX