C# Class Net.Http.WebApi.OData.Query.ODataQueryOptionsParameterBindingAttribute

Inheritance: System.Web.Http.ParameterBindingAttribute
Mostra file Open project: TrevorPilley/Net.Http.WebApi.OData

Public Methods

Method Description
GetBinding ( HttpParameterDescriptor parameter ) : System.Web.Http.Controllers.HttpParameterBinding

Gets the parameter binding.

Method Details

GetBinding() public method

Gets the parameter binding.
public GetBinding ( HttpParameterDescriptor parameter ) : System.Web.Http.Controllers.HttpParameterBinding
parameter HttpParameterDescriptor The parameter description.
return System.Web.Http.Controllers.HttpParameterBinding