REST.Backend.EndPoint.TBackendRequestComponent

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

REST.Backend.EndPoint.TBackendRequestComponentREST.Client.TCustomRESTRequestData.Bind.ObjectScope.TBaseObjectBindSourceDelegateTBackendRequestComponent

Delphi

TBackendRequestComponent = class(TCustomRESTRequest, IBackendServiceComponent)
TBackendRequestComponent<TI: IBackendService; T: Class> = class(TBackendRequestComponent)

C++

class PASCALIMPLEMENTATION TBackendRequestComponent : public Rest::Client::TCustomRESTRequest
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendRequestComponent__2 : public TBackendRequestComponent

プロパティ

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

説明

REST リクエストを実行するための、データおよび論理のコンテナです。

REST.Backend.EndPoint.TBackendRequestComponent は REST.Client.TCustomRESTRequest を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest を参照しています。

REST リクエストを実行するための、データおよび論理のコンテナです。

関連項目