C# Class StructureMapFilterAttributeFilterProvider, AtosMvcStarterKit

Inheritance: System.Web.Mvc.FilterAttributeFilterProvider
Afficher le fichier Open project: atosorigin/AtosMvcStarterKit Class Usage Examples

Méthodes publiques

Méthode Description
StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc

Méthodes protégées

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

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

GetControllerAttributes() protected méthode

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

StructureMapFilterAttributeFilterProvider() public méthode

public StructureMapFilterAttributeFilterProvider ( IContainer container ) : System.Web.Mvc
container IContainer
Résultat System.Web.Mvc