API:REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

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.

REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectReverter inherits from REST.JsonReflect.TJSONInterceptor.ObjectReverter. All content below this line refers to REST.JsonReflect.TJSONInterceptor.ObjectReverter.

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.

See Also