REST.Backend.ServiceTypes.TBackendStorageApi.UpdateObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.