C# Class DynamicServices.Mvc.CommandActions

Inheritance: IFindAction
Mostra file Open project: ryanohs/DynamicServices

Public Methods

Method Description
CommandActions ( IServiceLocator locator, ServicesRegistry registry ) : System.Web.Mvc
FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor

Method Details

CommandActions() public method

public CommandActions ( IServiceLocator locator, ServicesRegistry registry ) : System.Web.Mvc
locator IServiceLocator
registry ServicesRegistry
return System.Web.Mvc

FindAction() public method

public FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
controllerDescriptor System.Web.Mvc.ControllerDescriptor
actionName string
return System.Web.Mvc.ActionDescriptor