C# 클래스 NContext.Extensions.AspNet.WebApi.Patching.PatchRequestParameterBindingAttribute

This attribute is only used on action parameters of type PatchRequest{T}.
상속: System.Web.Http.ParameterBindingAttribute
파일 보기 프로젝트 열기: PowerDMS/NContext

공개 메소드들

메소드 설명
GetBinding ( HttpParameterDescriptor parameter ) : System.Web.Http.Controllers.HttpParameterBinding

Gets the binding.

메소드 상세

GetBinding() 공개 메소드

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