REST.Backend.EMSApi.TEMSClientAPI.TLogin

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

    TLogin = record
    private
      FAuthToken: string;
      FUser: TUser;
    public
      constructor Create(const AAuthToken: string; const AUser: TUser);
      property AuthToken: string read FAuthToken;
      property User: TUser read FUser;
    end;

C++

struct DECLSPEC_DRECORD TLogin
{
private:
    System::UnicodeString FAuthToken;
    TEMSClientAPI::TUser FUser;
public:
    __fastcall TLogin(const System::UnicodeString AAuthToken, const TEMSClientAPI::TUser &AUser);
    __property System::UnicodeString AuthToken = {read=FAuthToken};
    __property TEMSClientAPI::TUser User = {read=FUser};
    TLogin() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。