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.
Cqrs.WebApi.Controllers.ClientController.ApiParameterModel Class Reference

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...
 

Detailed Description

A parameter for a WebAPI action method.