API:REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ObjectReverter(Data: TObject; Field: string; Arg: TObject); override;

C++

virtual void __fastcall ObjectReverter(System::TObject* Data, System::UnicodeString Field, System::TObject* Arg);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TMongoDateTimeInterceptor

説明

中間オブジェクトに基づいてオブジェクト フィールドに値を設定する逆変換ルーチンです。

REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter は REST.JsonReflect.TJSONInterceptor.ObjectReverter を継承しています。以下の内容はすべて REST.JsonReflect.TJSONInterceptor.ObjectReverter を参照しています。

中間オブジェクトに基づいてオブジェクト フィールドに値を設定する逆変換ルーチンです。

ObjectReverter は、指定されたオブジェクト Data のフィールド FieldArg で指定された中間オブジェクトの値を設定します。

関連項目