REST.Backend.Providers.TBackendServiceComponentAuth

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

REST.Backend.Providers.TBackendServiceComponentREST.Backend.Providers.TBackendServiceComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBackendServiceComponentAuth

Delphi

TBackendServiceComponentAuth<TI: IBackendService; T: Class> = class(TBackendServiceComponent<TI, T>)

C++

template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendServiceComponentAuth__2 : public TBackendServiceComponent__2<TI,T>

プロパティ

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

説明

プロバイダ コンポーネントの基底クラスです。

REST.Backend.Providers.TBackendServiceComponentAuth は REST.Backend.Providers.TBackendServiceComponent を継承しています。以下の内容はすべて REST.Backend.Providers.TBackendServiceComponent を参照しています。

プロバイダ コンポーネントの基底クラスです。

TBackendServiceComponent は、プロバイダ コンポーネントの基底クラスです。TBackendServiceComponent クラスでは、LiveBinding をサポートしていません。

関連項目