C# 클래스 Candy.Server.Controllers.VersionParameterBinding

Version クラスにパラメーターをバインドします。
상속: System.Web.Http.Controllers.HttpParameterBinding
파일 보기 프로젝트 열기: Wabyon/Candy

공개 메소드들

메소드 설명
ExecuteBindingAsync ( System.Web.Http.Metadata.ModelMetadataProvider metadataProvider, System.Web.Http.Controllers.HttpActionContext actionContext, CancellationToken cancellationToken ) : Task

Asynchronously executes the binding for the given request.

VersionParameterBinding ( HttpParameterDescriptor p ) : System

VersionParameterBinding クラスの新しいインスタンスを初期化します。

메소드 상세

ExecuteBindingAsync() 공개 메소드

Asynchronously executes the binding for the given request.
public ExecuteBindingAsync ( System.Web.Http.Metadata.ModelMetadataProvider metadataProvider, System.Web.Http.Controllers.HttpActionContext actionContext, CancellationToken cancellationToken ) : Task
metadataProvider System.Web.Http.Metadata.ModelMetadataProvider Metadata provider to use for validation.
actionContext System.Web.Http.Controllers.HttpActionContext The action context for the binding. The action context contains the parameter dictionary that will get populated with the parameter.
cancellationToken System.Threading.CancellationToken Cancellation token for cancelling the binding operation.
리턴 Task

VersionParameterBinding() 공개 메소드

VersionParameterBinding クラスの新しいインスタンスを初期化します。
public VersionParameterBinding ( HttpParameterDescriptor p ) : System
p HttpParameterDescriptor An that describes the parameters.
리턴 System