TableEntity.ConvertBack メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 オブジェクトです。
戻り値
適用対象
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 オブジェクトです。
戻り値
適用対象
Azure SDK for .NET