C# Class UpgradeTo15.Controllers.RouteController

Inheritance: Controller
显示文件 Open project: CloudMetal/Ecosystem-Deployment

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
RouteController ( IContentDefinitionManager contentDefinitionManager, IOrchardServices orchardServices, ISessionFactoryHolder sessionFactoryHolder, ShellSettings shellSettings, IAutorouteService autorouteService, IReportsCoordinator reportsCoordinator ) : System

Private Methods

Method Description
GetPrefixedTableName ( string tableName ) : string
IndexPOST ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RouteController() public method

public RouteController ( IContentDefinitionManager contentDefinitionManager, IOrchardServices orchardServices, ISessionFactoryHolder sessionFactoryHolder, ShellSettings shellSettings, IAutorouteService autorouteService, IReportsCoordinator reportsCoordinator ) : System
contentDefinitionManager IContentDefinitionManager
orchardServices IOrchardServices
sessionFactoryHolder ISessionFactoryHolder
shellSettings Orchard.Environment.Configuration.ShellSettings
autorouteService IAutorouteService
reportsCoordinator IReportsCoordinator
return System