API:REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter
Delphi
procedure ObjectReverter(Data: TObject; Field: string; Arg: TObject); override;
C++
virtual void __fastcall ObjectReverter(System::TObject* Data, System::UnicodeString Field, System::TObject* Arg);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | REST.Json.Interceptors.pas REST.Json.Interceptors.hpp |
REST.Json.Interceptors | TMongoDateTimeInterceptor |
Description
Reverter that sets an object field to a value based on an intermediate object. {{#multireplace:REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.JsonReflect.TJSONInterceptor.ObjectReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.JsonReflect.TJSONInterceptor.ObjectReverter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Reverter that sets an object field to a value based on an intermediate object.
The ObjectReverter sets the specified Field of the object Data to the value of the intermediate object specified in Arg.