[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 Param []: TAPIServiceMethodParam; [r] |
property ParamCount: Integer; [r] |
end; |
| |
TObject |