Search Results for

    Show / Hide Table of Contents

    Class PicklistField

    Inheritance
    System.Object
    PersistentObject
    Field
    PicklistField
    Implements
    System.ICloneable
    IField
    Inherited Members
    Field.StructureContextFieldName
    Field.TextContextFieldName
    Field.CheckName(String)
    Field.RemoveIllegalChars(String)
    Field.IsValidName(String)
    Field.LookupSpecialField(String)
    Field.IsSystemFieldName(String)
    Field.IsPseudoFieldName(String)
    Field.IsReservedName(String)
    Field.GetFieldType(String)
    Field.EqualsDeclaration(Field)
    Field.CreateValue()
    Field.ValueType
    Field.Name
    Field.FieldType
    Field.IsSystemField
    PersistentObject.ResourceId
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class PicklistField : Field, ICloneable, IField

    Constructors

    PicklistField()

    Declaration
    public PicklistField()

    PicklistField(PicklistField)

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

    PicklistField(String, FieldValueType)

    Declaration
    public PicklistField(string name, FieldValueType t)
    Parameters
    Type Name Description
    System.String name
    FieldValueType t

    PicklistField(String, FieldValueType, ICollection<PicklistItem>)

    Declaration
    public PicklistField(string name, FieldValueType t, ICollection<PicklistItem> picklistValues)
    Parameters
    Type Name Description
    System.String name
    FieldValueType t
    System.Collections.Generic.ICollection<PicklistItem> picklistValues

    PicklistField(String, FieldValueType, ICollection<String>)

    Declaration
    public PicklistField(string name, FieldValueType t, ICollection<string> picklistValues)
    Parameters
    Type Name Description
    System.String name
    FieldValueType t
    System.Collections.Generic.ICollection<System.String> picklistValues

    Properties

    Picklist

    Declaration
    public PicklistItems Picklist { get; }
    Property Value
    Type Description
    PicklistItems

    PicklistItemNames

    Declaration
    public override IList<string> PicklistItemNames { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>
    Overrides
    Field.PicklistItemNames

    Methods

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object
    Overrides
    Field.Clone()

    Duplicate()

    Declaration
    public override Field Duplicate()
    Returns
    Type Description
    Field
    Overrides
    Field.Duplicate()

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    Field.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    Field.GetHashCode()

    PicklistFromString(String)

    Declaration
    public void PicklistFromString(string values)
    Parameters
    Type Name Description
    System.String values

    PicklistToString()

    Declaration
    public string PicklistToString()
    Returns
    Type Description
    System.String

    Implements

    System.ICloneable
    IField

    On this page

    • Constructors
      • PicklistField()
      • PicklistField(PicklistField)
      • PicklistField(String, FieldValueType)
      • PicklistField(String, FieldValueType, ICollection<PicklistItem>)
      • PicklistField(String, FieldValueType, ICollection<String>)
    • Properties
      • Picklist
      • PicklistItemNames
    • Methods
      • Clone()
      • Duplicate()
      • Equals(Object)
      • GetHashCode()
      • PicklistFromString(String)
      • PicklistToString()
    • Implements
    Back to top Generated by DocFX