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 |