API:REST.Backend.ServiceComponents.TCustomBackendAuth

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

REST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentData.Bind.ObjectScope.TBaseObjectBindSourceDelegateTCustomBackendAuth

Delphi

TCustomBackendAuth = class(TBackendBindSourceComponent<IBackendAuthService, TBackendAuthApi>, IBackendAuthReg)

C++

class PASCALIMPLEMENTATION TCustomBackendAuth : public Rest::Backend::Bindsource::TBackendBindSourceComponent__2<Rest::Backend::Servicetypes::_di_IBackendAuthService,Rest::Backend::Servicetypes::TBackendAuthApi*>

プロパティ

種類 可視性 ソース ユニット
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents REST.Backend.ServiceComponents

説明

LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

REST.Backend.ServiceComponents.TCustomBackendAuth は REST.Backend.BindSource.TBackendBindSourceComponent を継承しています。以下の内容はすべて REST.Backend.BindSource.TBackendBindSourceComponent を参照しています。

LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

TBackendBindSourceComponent は、LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

LiveBinding をサポートしているバックエンド コンポーネントの例としては、TBackendBindSourceComponent クラスを継承する TBackendQuery があります。

関連項目