REST.Backend.ServiceTypes.TBackendStorageApi.CreateObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CreateObject(const AClassName: string; const AJSON: TJSONObject;  out ACreatedObject: TBackendEntityValue); overload;
procedure CreateObject(const AClassName: string; const AACL, AJSON: TJSONObject;  out ACreatedObject: TBackendEntityValue); overload;
procedure CreateObject<T: class, constructor>(const AClassName: string; const AObject: T;  out ACreatedObject: TBackendEntityValue); overload;
procedure CreateObject<T: class, constructor>(const AClassName: string; const AObject: T); overload;

C++

void __fastcall CreateObject(const System::UnicodeString AClassName, System::Json::TJSONObject* const AJSON, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject)/* overload */;
void __fastcall CreateObject(const System::UnicodeString AClassName, System::Json::TJSONObject* const AACL, System::Json::TJSONObject* const AJSON, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject)/* overload */;
template<typename T> void __fastcall CreateObject(const System::UnicodeString AClassName, const T AObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject)/* overload */;
template<typename T> void __fastcall CreateObject(const System::UnicodeString AClassName, const T AObject)/* 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.