Search Results for

    Show / Hide Table of Contents

    Class FieldValues

    Inheritance
    System.Object
    FieldValues
    Implements
    System.Collections.Generic.IEnumerable<FieldValue>
    System.Collections.IEnumerable
    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 FieldValues : IEnumerable<FieldValue>, IEnumerable

    Constructors

    FieldValues()

    Declaration
    public FieldValues()

    FieldValues(FieldValues)

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

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Item[Int32]

    Declaration
    public FieldValue this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    FieldValue

    Item[String]

    Declaration
    public FieldValue this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type Description
    FieldValue

    Values

    Declaration
    public List<FieldValue> Values { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<FieldValue>

    Methods

    Add(FieldValue)

    Declaration
    public void Add(FieldValue fv)
    Parameters
    Type Name Description
    FieldValue fv

    Assign(FieldValues)

    Declaration
    public bool Assign(FieldValues values)
    Parameters
    Type Name Description
    FieldValues values
    Returns
    Type Description
    System.Boolean

    Clear()

    Declaration
    public void Clear()

    Exists(String)

    Declaration
    public bool Exists(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Boolean

    GetEnumerator()

    Declaration
    public IEnumerator<FieldValue> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<FieldValue>

    Insert(Int32, FieldValue)

    Declaration
    public void Insert(int index, FieldValue fv)
    Parameters
    Type Name Description
    System.Int32 index
    FieldValue fv

    Lookup(String)

    Declaration
    public FieldValue Lookup(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    FieldValue

    Lookup(String, FieldValueType)

    Declaration
    public FieldValue Lookup(string name, FieldValueType expectedValueType)
    Parameters
    Type Name Description
    System.String name
    FieldValueType expectedValueType
    Returns
    Type Description
    FieldValue

    LookupOrCreate(String, FieldValueType)

    Declaration
    public FieldValue LookupOrCreate(string name, FieldValueType valueType)
    Parameters
    Type Name Description
    System.String name
    FieldValueType valueType
    Returns
    Type Description
    FieldValue

    Merge(FieldValues)

    Declaration
    public bool Merge(FieldValues values)
    Parameters
    Type Name Description
    FieldValues values
    Returns
    Type Description
    System.Boolean

    Remove(FieldValue)

    Declaration
    public bool Remove(FieldValue item)
    Parameters
    Type Name Description
    FieldValue item
    Returns
    Type Description
    System.Boolean

    Remove(String)

    Declaration
    public bool Remove(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Boolean

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Explicit Interface Implementations

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    On this page

    • Constructors
      • FieldValues()
      • FieldValues(FieldValues)
    • Properties
      • Count
      • Item[Int32]
      • Item[String]
      • Values
    • Methods
      • Add(FieldValue)
      • Assign(FieldValues)
      • Clear()
      • Exists(String)
      • GetEnumerator()
      • Insert(Int32, FieldValue)
      • Lookup(String)
      • Lookup(String, FieldValueType)
      • LookupOrCreate(String, FieldValueType)
      • Merge(FieldValues)
      • Remove(FieldValue)
      • Remove(String)
      • RemoveAt(Int32)
    • Explicit Interface Implementations
      • IEnumerable.GetEnumerator()
    • Implements
    Back to top Generated by DocFX