C# Класс StructureMapFilterAttributeFilterProvider, AtosMvcStarterKit

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

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

Метод Описание
StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc

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

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

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

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

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

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

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

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

public StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc
container IContainer
Результат System.Web.Mvc