C# Class MvcToFubu.Core.Components.ControllerActionBehaviorChainInvoker

Inheritance: IBehaviorChainInvoker
Afficher le fichier Open project: bobpace/MvcToFubu

Méthodes publiques

Méthode Description
ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool

Method Details

ControllerActionBehaviorChainInvoker() public méthode

public ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
container IContainer
actionNameProvider IActionNameProvider
behaviorChainIdLookup IBehaviorChainIdLookup
mvcActionInvokerResolver Func
Résultat System

Invoke() public méthode

public Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool
invokeMvcPipeline System.Action
actionDescriptor System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
Résultat bool