REST.Backend.ServiceTypes.TBackendStorageApi.UpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateObject(const AObject: TBackendEntityValue; const AJSONObject: TJSONObject;  out AUpdatedObject: TBackendEntityValue); overload;
procedure UpdateObject(const AClassName, AObjectID: string; const AJSONObject: TJSONObject;  out AUpdatedObject: TBackendEntityValue); overload;
procedure UpdateObject<T: class, constructor>(const AMetaObject: TBackendEntityValue; const AObject: T;  out AUpdatedObject: TBackendEntityValue); overload;

C++

void __fastcall UpdateObject(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, System::Json::TJSONObject* const AJSONObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject)/* overload */;
void __fastcall UpdateObject(const System::UnicodeString AClassName, const System::UnicodeString AObjectID, System::Json::TJSONObject* const AJSONObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject)/* overload */;
template<typename T> void __fastcall UpdateObject(const Rest::Backend::Metatypes::TBackendEntityValue &AMetaObject, const T AObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!