Unit 'fpopenapi.pascaltypes' Package
[Overview][Constants][Types][Classes][Index] [#fcl-openapi]

TAPIServiceMethod

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpopenapi.pascaltypes.pp line 99

type TAPIServiceMethod = class(TObject)

protected

  function CreateParam(); virtual;

  procedure SortParams;

public

  constructor create();

  destructor Destroy; override;

  function AddParam();

  function ParamByName();

  function HasPathParam;

  function HasQueryParam;

  function HasOptionalParams;

  property RequestBodyType: string; [r] deprecated ;

  property RequestBodyDataType: TAPITypeData; [rw]

  property ResultDataType: TAPITypeData; [rw]

  property ResultType: string; [r]

  property ResultClassType: string; [r]

  property ResultDtoType: string; [r]

  property ResultCallBackType: string; [rw]

  property Operation: TApiOperation; [r]

  property MethodName: string; [r]

  property Service: TAPIService; [r]

  property Path: TPathItem; [r]

  property Param []: TAPIServiceMethodParam; [r]

  property ParamCount: Integer; [r]

end;

Inheritance

TAPIServiceMethod

|

TObject


Documentation generated on: 2025-07-25