C# Класс Masonry.Core.Composition.CompositionScopeFilterAttributeFilterProvider

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

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

Метод Описание
CompositionScopeFilterAttributeFilterProvider ( ) : System.Collections.Generic

Защищенные методы

Метод Описание
GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable

Приватные методы

Метод Описание
ComposeAttributes ( IEnumerable attributes ) : void

Описание методов

CompositionScopeFilterAttributeFilterProvider() публичный Метод

public CompositionScopeFilterAttributeFilterProvider ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetActionAttributes() защищенный Метод

protected GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
Результат IEnumerable

GetControllerAttributes() защищенный Метод

protected GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
Результат IEnumerable