C# Class DynamicServices.Mvc.DynamicControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Mostra file Open project: ryanohs/DynamicServices

Public Methods

Method Description
DynamicControllerFactory ( IServiceLocator locator ) : System

Protected Methods

Method Description
GetControllerInstance ( Type controllerType ) : IController
GetControllerType ( string controllerName ) : Type

Method Details

DynamicControllerFactory() public method

public DynamicControllerFactory ( IServiceLocator locator ) : System
locator IServiceLocator
return System

GetControllerInstance() protected method

protected GetControllerInstance ( Type controllerType ) : IController
controllerType System.Type
return IController

GetControllerType() protected method

protected GetControllerType ( string controllerName ) : Type
controllerName string
return System.Type