REST.Backend.ServiceComponents.TCustomBackendStorage

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.Providers.TBackendServiceComponentAuthREST.Backend.Providers.TBackendServiceComponentREST.Backend.Providers.TBackendServiceComponentSystem.Classes.TComponentTCustomBackendStorage

Delphi

TCustomBackendStorage = class(TBackendServiceComponentAuth<IBackendStorageService, TBackendStorageApi>)

C++

class PASCALIMPLEMENTATION TCustomBackendStorage : public Rest::Backend::Providers::TBackendServiceComponentAuth__2<Rest::Backend::Servicetypes::_di_IBackendStorageService,Rest::Backend::Servicetypes::TBackendStorageApi*>

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents REST.Backend.ServiceComponents

Description


Base class for provider components.

REST.Backend.ServiceComponents.TCustomBackendStorage inherits from REST.Backend.Providers.TBackendServiceComponent. All content below this line refers to REST.Backend.Providers.TBackendServiceComponent.

Base class for provider components.

TBackendServiceComponent is the base class for provider components. The TBackendServiceComponent class does not offer LiveBindings support.

See Also