![]() |
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 parameter for a WebAPI action method. More...
Public Member Functions | |
| ApiParameterModel (ApiParameterDescription apiParameterDescription) | |
| Instantiates a new instance of ApiParameterModel with the provided apiParameterDescription . More... | |
Properties | |
| string | Name [get, set] |
| The name of the parameter. More... | |
| bool | IsUriParameter [get, set] |
| Indicates if the parameter is provided in the URL of the request or not. More... | |
| bool | IsBodyParameter [get, set] |
| Indicates if the parameter is provided in the body of the request or not. More... | |
A parameter for a WebAPI action method.