C# Class StructureMapFilterAttributeFilterProvider, AtosMvcStarterKit

Inheritance: System.Web.Mvc.FilterAttributeFilterProvider
ファイルを表示 Open project: atosorigin/AtosMvcStarterKit Class Usage Examples

Public Methods

Method Description
StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc

Protected Methods

Method Description
GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, ActionDescriptor actionDescriptor ) : System.Collections.Generic.IEnumerable
GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, ActionDescriptor actionDescriptor ) : System.Collections.Generic.IEnumerable

Method Details

GetActionAttributes() protected method

protected GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, ActionDescriptor actionDescriptor ) : System.Collections.Generic.IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor ActionDescriptor
return System.Collections.Generic.IEnumerable

GetControllerAttributes() protected method

protected GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, ActionDescriptor actionDescriptor ) : System.Collections.Generic.IEnumerable
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor ActionDescriptor
return System.Collections.Generic.IEnumerable

StructureMapFilterAttributeFilterProvider() public method

public StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc
container IContainer
return System.Web.Mvc