REST.Backend.EMSApi.TEMSClientAPI.TInstallation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TInstallation = record

C++

struct DECLSPEC_DRECORD TInstallation
{
private:
    System::TDateTime FCreatedAt;
    System::TDateTime FUpdatedAt;
    System::UnicodeString FInstallationID;
    System::UnicodeString FCreator;
public:
    __fastcall TInstallation(const System::UnicodeString AInstallationID);
    __property System::TDateTime CreatedAt = {read=FCreatedAt};
    __property System::TDateTime UpdatedAt = {read=FUpdatedAt};
    __property System::UnicodeString InstallationID = {read=FInstallationID};
    __property System::UnicodeString Creator = {read=FCreator};
    TInstallation() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

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.