REST.Backend.EMSApi.TEMSClientAPI.TInstallation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

 TInstallation = record
 private
 FCreatedAt: TDateTime;
 FUpdatedAt: TDateTime;
 FInstallationID: string;
 FCreator: string;
 public
 constructor Create(const AInstallationID: string);
 property CreatedAt: TDateTime read FCreatedAt;
 property UpdatedAt: TDateTime read FUpdatedAt;
 property InstallationID: string read FInstallationID;
 property Creator: string read FCreator;
 end;

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() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !

Récupérée de « https://docwiki.embarcadero.com/Libraries/Tokyo/f/index.php?title=REST.Backend.EMSApi.TEMSClientAPI.TInstallation&oldid=632589 »