REST.Backend.KinveyApi.TKinveyApi.TObjectID

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TObjectID = record

C++

struct DECLSPEC_DRECORD TObjectID
{
private:
    System::TDateTime FCreatedAt;
    System::TDateTime FUpdatedAt;
    System::UnicodeString FObjectID;
    System::UnicodeString FBackendCollectionName;
public:
    __fastcall TObjectID(const System::UnicodeString ABackendCollectionName, System::UnicodeString AObjectID);
    __property System::TDateTime CreatedAt = {read=FCreatedAt};
    __property System::TDateTime UpdatedAt = {read=FUpdatedAt};
    __property System::UnicodeString ObjectID = {read=FObjectID};
    __property System::UnicodeString BackendCollectionName = {read=FBackendCollectionName};
    TObjectID() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi


Beschreibung

TObjectID ist ein Record mit vom Cloud-Dienst abgerufenen Informationen über eine Objekt-ID.


Siehe auch