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
Afficher le fichier Open project: PowerDMS/NContext

Méthodes publiques

Méthode Description
GetBinding ( HttpParameterDescriptor parameter ) : System.Web.Http.Controllers.HttpParameterBinding

Gets the binding.

Method Details

GetBinding() public méthode

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