C# Class NContext.Extensions.AspNet.WebApi.Patching.PatchRequestParameterBindingAttribute

This attribute is only used on action parameters of type PatchRequest{T}.
Inheritance: System.Web.Http.ParameterBindingAttribute
Show file Open project: PowerDMS/NContext

Public Methods

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

Gets the binding.

Method Details

GetBinding() public method

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