![]() |
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 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.