Search Results for

    Show / Hide Table of Contents

    Class SearchResultFieldValueAccessor

    Inheritance
    System.Object
    SearchResultFieldValueAccessor
    Implements
    ITypedKeyValueContainer
    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 SearchResultFieldValueAccessor : ITypedKeyValueContainer

    Constructors

    SearchResultFieldValueAccessor(SearchResult)

    Declaration
    public SearchResultFieldValueAccessor(SearchResult r)
    Parameters
    Type Name Description
    SearchResult r

    Methods

    GetType(String)

    Declaration
    public FieldValueType GetType(string fieldName)
    Parameters
    Type Name Description
    System.String fieldName
    Returns
    Type Description
    FieldValueType

    GetValue(String)

    Declaration
    public FieldValue GetValue(string fieldName)
    Parameters
    Type Name Description
    System.String fieldName
    Returns
    Type Description
    FieldValue

    GetValue(String, FieldValueType)

    Declaration
    public FieldValue GetValue(string fieldName, FieldValueType t)
    Parameters
    Type Name Description
    System.String fieldName
    FieldValueType t
    Returns
    Type Description
    FieldValue

    Implements

    ITypedKeyValueContainer

    On this page

    • Constructors
      • SearchResultFieldValueAccessor(SearchResult)
    • Methods
      • GetType(String)
      • GetValue(String)
      • GetValue(String, FieldValueType)
    • Implements
    Back to top Generated by DocFX