C# 클래스 System.Web.Mvc.Async.ReflectedAsyncActionDescriptor

상속: System.Web.Mvc.Async.AsyncActionDescriptor
파일 보기 프로젝트 열기: remobjects/mono 1 사용 예제들

공개 메소드들

메소드 설명
BeginExecute ( ControllerContext controllerContext, object>.IDictionary parameters, AsyncCallback callback, object state ) : IAsyncResult
EndExecute ( IAsyncResult asyncResult ) : object
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetFilters ( ) : FilterInfo
GetParameters ( ) : ParameterDescriptor[]
GetSelectors ( ) : ICollection
IsDefined ( Type attributeType, bool inherit ) : bool
ReflectedAsyncActionDescriptor ( MethodInfo asyncMethodInfo, MethodInfo completedMethodInfo, string actionName, ControllerDescriptor controllerDescriptor ) : System

비공개 메소드들

메소드 설명
LazilyFetchParametersCollection ( ) : ParameterDescriptor[]
ReflectedAsyncActionDescriptor ( MethodInfo asyncMethodInfo, MethodInfo completedMethodInfo, string actionName, ControllerDescriptor controllerDescriptor, bool validateMethods ) : System

메소드 상세

BeginExecute() 공개 메소드

public BeginExecute ( ControllerContext controllerContext, object>.IDictionary parameters, AsyncCallback callback, object state ) : IAsyncResult
controllerContext ControllerContext
parameters object>.IDictionary
callback AsyncCallback
state object
리턴 IAsyncResult

EndExecute() 공개 메소드

public EndExecute ( IAsyncResult asyncResult ) : object
asyncResult IAsyncResult
리턴 object

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetFilters() 공개 메소드

public GetFilters ( ) : FilterInfo
리턴 FilterInfo

GetParameters() 공개 메소드

public GetParameters ( ) : ParameterDescriptor[]
리턴 ParameterDescriptor[]

GetSelectors() 공개 메소드

public GetSelectors ( ) : ICollection
리턴 ICollection

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
리턴 bool

ReflectedAsyncActionDescriptor() 공개 메소드

public ReflectedAsyncActionDescriptor ( MethodInfo asyncMethodInfo, MethodInfo completedMethodInfo, string actionName, ControllerDescriptor controllerDescriptor ) : System
asyncMethodInfo System.Reflection.MethodInfo
completedMethodInfo System.Reflection.MethodInfo
actionName string
controllerDescriptor ControllerDescriptor
리턴 System