C# Class Masonry.Core.Composition.CompositionScopeFilterAttributeFilterProvider

Inheritance: System.Web.Mvc.FilterAttributeFilterProvider
Afficher le fichier Open project: DenisVuyka/Masonry

Méthodes publiques

Méthode Description
CompositionScopeFilterAttributeFilterProvider ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetActionAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable
GetControllerAttributes ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor ) : IEnumerable

Private Methods

Méthode Description
ComposeAttributes ( IEnumerable attributes ) : void

Method Details

CompositionScopeFilterAttributeFilterProvider() public méthode

public CompositionScopeFilterAttributeFilterProvider ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetActionAttributes() protected méthode

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

GetControllerAttributes() protected méthode

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