EntityPropertyConverter.ConvertBack メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConvertBack<T>(IDictionary<String,EntityProperty>, OperationContext) |
フラット化されたエンティティ プロパティ ディクショナリを使用して T 型の完全なオブジェクト グラフを再構築し、再構築されたオブジェクトを返します。 プロパティ ディクショナリには、基本プロパティのみが含まれる場合があり、入れ子になったプロパティのみ、または両方の型が混在している場合があります。 |
ConvertBack<T>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext) |
フラット化されたエンティティ プロパティ ディクショナリを使用して T 型の完全なオブジェクト グラフを再構築し、再構築されたオブジェクトを返します。 プロパティ ディクショナリには、基本プロパティのみが含まれる場合があり、入れ子になったプロパティのみ、または両方の型が混在している場合があります。 |
ConvertBack<T>(IDictionary<String,EntityProperty>, OperationContext)
フラット化されたエンティティ プロパティ ディクショナリを使用して T 型の完全なオブジェクト グラフを再構築し、再構築されたオブジェクトを返します。 プロパティ ディクショナリには、基本プロパティのみが含まれる場合があり、入れ子になったプロパティのみ、または両方の型が混在している場合があります。
public static T ConvertBack<T> (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> flattenedEntityProperties, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> * Microsoft.Azure.Cosmos.Table.OperationContext -> 'T
Public Shared Function ConvertBack(Of T) (flattenedEntityProperties As IDictionary(Of String, EntityProperty), operationContext As OperationContext) As T
型パラメーター
- T
設定するオブジェクトの型
パラメーター
- flattenedEntityProperties
- IDictionary<String,EntityProperty>
フラット化されたエンティティ プロパティ ディクショナリ。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
完全なオブジェクト階層を持つ再構築されたオブジェクトを含む結果。
適用対象
ConvertBack<T>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)
フラット化されたエンティティ プロパティ ディクショナリを使用して T 型の完全なオブジェクト グラフを再構築し、再構築されたオブジェクトを返します。 プロパティ ディクショナリには、基本プロパティのみが含まれる場合があり、入れ子になったプロパティのみ、または両方の型が混在している場合があります。
public static T ConvertBack<T> (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> flattenedEntityProperties, 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 -> 'T
Public Shared Function ConvertBack(Of T) (flattenedEntityProperties As IDictionary(Of String, EntityProperty), entityPropertyConverterOptions As EntityPropertyConverterOptions, operationContext As OperationContext) As T
型パラメーター
- T
設定するオブジェクトの型
パラメーター
- flattenedEntityProperties
- IDictionary<String,EntityProperty>
フラット化されたエンティティ プロパティ ディクショナリ。
- entityPropertyConverterOptions
- EntityPropertyConverterOptions
EntityPropertyConverterOptionsエンティティ プロパティ変換のオプションを指定する オブジェクト。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
完全なオブジェクト階層を持つ再構築されたオブジェクトを含む結果。
適用対象
Azure SDK for .NET