C# Class Orchard.Themes.Controllers.AdminController

Inheritance: Controller
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
AdminController ( IEnumerable extensionDisplayEventHandlers, IOrchardServices services, IDataMigrationManager dataMigraitonManager, IFeatureManager featureManager, ISiteThemeService siteThemeService, IExtensionManager extensionManager, ShellDescriptor shellDescriptor, IPreviewTheme previewTheme, IThemeService themeService, IReportsCoordinator reportsCoordinator, ShellSettings shellSettings ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Activate ( string themeId ) : System.Web.Mvc.ActionResult
ApplyPreview ( string themeId, string returnUrl ) : System.Web.Mvc.ActionResult
CancelPreview ( string returnUrl ) : System.Web.Mvc.ActionResult
Disable ( string themeId ) : System.Web.Mvc.ActionResult
Enable ( string themeId ) : System.Web.Mvc.ActionResult
Preview ( string themeId, string returnUrl ) : System.Web.Mvc.ActionResult
Update ( string themeId ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public méthode

public AdminController ( IEnumerable extensionDisplayEventHandlers, IOrchardServices services, IDataMigrationManager dataMigraitonManager, IFeatureManager featureManager, ISiteThemeService siteThemeService, IExtensionManager extensionManager, ShellDescriptor shellDescriptor, IPreviewTheme previewTheme, IThemeService themeService, IReportsCoordinator reportsCoordinator, ShellSettings shellSettings ) : System
extensionDisplayEventHandlers IEnumerable
services IOrchardServices
dataMigraitonManager IDataMigrationManager
featureManager IFeatureManager
siteThemeService ISiteThemeService
extensionManager IExtensionManager
shellDescriptor ShellDescriptor
previewTheme IPreviewTheme
themeService IThemeService
reportsCoordinator IReportsCoordinator
shellSettings ShellSettings
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult