Search Results for

    Show / Hide Table of Contents

    Interface ITypedKeyValueContainer

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public interface ITypedKeyValueContainer

    Methods

    GetType(String)

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

    GetValue(String)

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

    GetValue(String, FieldValueType)

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

    On this page

    • Methods
      • GetType(String)
      • GetValue(String)
      • GetValue(String, FieldValueType)
    Back to top Generated by DocFX