![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A WebAPI action method. More...
Public Member Functions | |
| ApiMethodModel (ApiDescription apiDescription) | |
| Instantiates a new instance of ApiMethodModel with the provided apiDescription . More... | |
Properties | |
| string | Method [get, set] |
| The type of the HttpMethod. More... | |
| string | Url [get, set] |
| The URL of the action method. More... | |
| string | ControllerName [get, set] |
| The name of the ApiController this action method is in. More... | |
| string | ActionName [get, set] |
| The name of the action method. More... | |
| IEnumerable< ApiParameterModel > | Parameters [get, set] |
| The parameters of this action method. More... | |
A WebAPI action method.