TableEntity.ConvertBack メソッド

定義

オーバーロード

ConvertBack<TResult>(IDictionary<String,EntityProperty>, OperationContext)

指定された IDictionary<TKey,TValue> プロパティ名を使用して、データ型指定された値に再計算されるカスタム エンティティ インスタンスを EntityProperty 返します。

ConvertBack<TResult>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)

指定された IDictionary<TKey,TValue> プロパティ名を使用して、データ型指定された値に再計算されるカスタム エンティティ インスタンスを EntityProperty 返します。

ConvertBack<TResult>(IDictionary<String,EntityProperty>, OperationContext)

指定された IDictionary<TKey,TValue> プロパティ名を使用して、データ型指定された値に再計算されるカスタム エンティティ インスタンスを EntityProperty 返します。

public static TResult ConvertBack<TResult> (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> properties, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> * Microsoft.Azure.Cosmos.Table.OperationContext -> 'Result
Public Shared Function ConvertBack(Of TResult) (properties As IDictionary(Of String, EntityProperty), operationContext As OperationContext) As TResult

型パラメーター

TResult

再計算されたオブジェクトの型。 フラット構造の単純なオブジェクト、または複雑なプロパティと複数のレベルのオブジェクト階層を持つ複雑なオブジェクトを指定できます。

パラメーター

properties
IDictionary<String,EntityProperty>

文字列のプロパティ名と IDictionary<TKey,TValue> データ値とをマッピングする EntityProperty オブジェクトです。このオブジェクトが逆シリアル化されて、このテーブル エンティティ インスタンスに保存されます。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

戻り値

TResult

適用対象

ConvertBack<TResult>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)

指定された IDictionary<TKey,TValue> プロパティ名を使用して、データ型指定された値に再計算されるカスタム エンティティ インスタンスを EntityProperty 返します。

public static TResult ConvertBack<TResult> (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> properties, Microsoft.Azure.Cosmos.Table.EntityPropertyConverterOptions entityPropertyConverterOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> * Microsoft.Azure.Cosmos.Table.EntityPropertyConverterOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> 'Result
Public Shared Function ConvertBack(Of TResult) (properties As IDictionary(Of String, EntityProperty), entityPropertyConverterOptions As EntityPropertyConverterOptions, operationContext As OperationContext) As TResult

型パラメーター

TResult

再計算されたオブジェクトの型。 フラット構造の単純なオブジェクト、または複雑なプロパティと複数のレベルのオブジェクト階層を持つ複雑なオブジェクトを指定できます。

パラメーター

properties
IDictionary<String,EntityProperty>

文字列のプロパティ名と IDictionary<TKey,TValue> データ値とをマッピングする EntityProperty オブジェクトです。このオブジェクトが逆シリアル化されて、このテーブル エンティティ インスタンスに保存されます。

entityPropertyConverterOptions
EntityPropertyConverterOptions

EntityPropertyConverterOptionsエンティティ プロパティ変換のオプションを指定する オブジェクト。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

戻り値

TResult

適用対象