C# Класс System.Web.Mvc.Async.ReflectedAsyncActionDescriptor

Наследование: System.Web.Mvc.Async.AsyncActionDescriptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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