![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced 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.