REST.Backend.MetaTypes.TBackendEntityValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBackendEntityValue = record

C++

struct DECLSPEC_DRECORD TBackendEntityValue
{
public:
    static TBackendEntityValue FEmpty;
private:
    _di_IBackendMetaObject FData;
    int FFiller;
    System::UnicodeString __fastcall GetBackendClassName();
    System::TDateTime __fastcall GetCreatedAt();
    System::UnicodeString __fastcall GetObjectID();
    System::TDateTime __fastcall GetUpdatedAt();
    System::UnicodeString __fastcall GetAuthToken();
    System::UnicodeString __fastcall GetUserName();
    System::UnicodeString __fastcall GetGroupName();
    System::UnicodeString __fastcall GetDownloadURL();
    System::TDateTime __fastcall GetExpiresAt();
    System::UnicodeString __fastcall GetFileName();
    System::UnicodeString __fastcall GetFileID();
    bool __fastcall GetIsEmpty();
public:
    __fastcall TBackendEntityValue(const _di_IBackendMetaObject Intf);
    bool __fastcall TryGetBackendClassName(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetObjectID(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetUpdatedAt(/* out */ System::TDateTime &AValue);
    bool __fastcall TryGetCreatedAt(/* out */ System::TDateTime &AValue);
    bool __fastcall TryGetExpiresAt(/* out */ System::TDateTime &AValue);
    bool __fastcall TryGetUserName(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetGroupName(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetFileName(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetDownloadURL(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetAuthToken(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetFileID(/* out */ System::UnicodeString &AValue);
    __property System::UnicodeString BackendClassName = {read=GetBackendClassName};
    __property System::UnicodeString ObjectID = {read=GetObjectID};
    __property System::TDateTime UpdatedAt = {read=GetUpdatedAt};
    __property System::TDateTime CreatedAt = {read=GetCreatedAt};
    __property System::UnicodeString UserName = {read=GetUserName};
    __property System::UnicodeString GroupName = {read=GetGroupName};
    __property System::UnicodeString AuthToken = {read=GetAuthToken};
    __property System::UnicodeString DownloadURL = {read=GetDownloadURL};
    __property System::TDateTime ExpiresAt = {read=GetExpiresAt};
    __property System::UnicodeString FileName = {read=GetFileName};
    __property System::UnicodeString FileID = {read=GetFileID};
    __property _di_IBackendMetaObject Data = {read=FData};
    __property bool IsEmpty = {read=GetIsEmpty};
    /* static */ __property TBackendEntityValue Empty = {read=FEmpty};
private:
public:
    TBackendEntityValue() {}
};

Propriétés

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

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 !