C# Class System.Web.Mvc.Async.ReflectedAsyncActionDescriptor

Inheritance: System.Web.Mvc.Async.AsyncActionDescriptor
Afficher le fichier Open project: remobjects/mono Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
LazilyFetchParametersCollection ( ) : ParameterDescriptor[]
ReflectedAsyncActionDescriptor ( MethodInfo asyncMethodInfo, MethodInfo completedMethodInfo, string actionName, ControllerDescriptor controllerDescriptor, bool validateMethods ) : System

Method Details

BeginExecute() public méthode

public BeginExecute ( ControllerContext controllerContext, object>.IDictionary parameters, AsyncCallback callback, object state ) : IAsyncResult
controllerContext ControllerContext
parameters object>.IDictionary
callback AsyncCallback
state object
Résultat IAsyncResult

EndExecute() public méthode

public EndExecute ( IAsyncResult asyncResult ) : object
asyncResult IAsyncResult
Résultat object

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetFilters() public méthode

public GetFilters ( ) : FilterInfo
Résultat FilterInfo

GetParameters() public méthode

public GetParameters ( ) : ParameterDescriptor[]
Résultat ParameterDescriptor[]

GetSelectors() public méthode

public GetSelectors ( ) : ICollection
Résultat ICollection

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
Résultat bool

ReflectedAsyncActionDescriptor() public méthode

public ReflectedAsyncActionDescriptor ( MethodInfo asyncMethodInfo, MethodInfo completedMethodInfo, string actionName, ControllerDescriptor controllerDescriptor ) : System
asyncMethodInfo System.Reflection.MethodInfo
completedMethodInfo System.Reflection.MethodInfo
actionName string
controllerDescriptor ControllerDescriptor
Résultat System