C# Class DynamicServices.Mvc.QueryActions

Inheritance: IFindAction
Mostra file Open project: ryanohs/DynamicServices

Public Methods

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

Method Details

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

QueryActions() public method

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