REST.Backend.ServiceTypes.TBackendUsersApi.FindUser
Delphi
function FindUser(const AObject: TBackendEntityValue; AProc: TFindObjectProc): Boolean; overload;
function FindUser(const AObjectID: string; AProc: TFindObjectProc): Boolean; overload;
function FindUser(const AObject: TBackendEntityValue; out AUser: TBackendEntityValue; const AJSON: TJSONArray = nil): Boolean; overload;
function FindUser(const AObjectID: string; out AUser: TBackendEntityValue; const AJSON: TJSONArray = nil): Boolean; overload;
C++
bool __fastcall FindUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindUser(const System::UnicodeString AObjectID, _di_TFindObjectProc AProc)/* overload */;
bool __fastcall FindUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUser, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
bool __fastcall FindUser(const System::UnicodeString AObjectID, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUser, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | REST.Backend.ServiceTypes.pas REST.Backend.ServiceTypes.hpp |
REST.Backend.ServiceTypes | TBackendUsersApi |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。