REST.Backend.EndPoint.TCustomBackendEndpoint
Delphi
TCustomBackendEndpoint = class(TBackendRequestComponentAuth<IBackendCustomEndpointService, TBackendCustomEndpointAPI>, IRESTResponseJSON)
C++
class PASCALIMPLEMENTATION TCustomBackendEndpoint : public TBackendRequestComponentAuth__2<Rest::Backend::Servicetypes::_di_IBackendCustomEndpointService,Rest::Backend::Servicetypes::TBackendCustomEndPointApi*>
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | REST.Backend.EndPoint.pas REST.Backend.EndPoint.hpp |
REST.Backend.EndPoint | REST.Backend.EndPoint |
Beschreibung
Container der Daten und der Logik zur Ausführung einer REST-Anforderung.
REST.Backend.EndPoint.TCustomBackendEndpoint erbt von REST.Client.TCustomRESTRequest. Der folgende Inhalt bezieht sich auf REST.Client.TCustomRESTRequest.
Container der Daten und der Logik zur Ausführung einer REST-Anforderung.