C# Class Nop.Web.Controllers.InstallController

Inheritance: Nop.Web.Controllers.BasePublicController
Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

Méthode Description
ChangeLanguage ( string language ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
InstallController ( IInstallationLocalizationService locService ) : System
RestartInstall ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
CreateConnectionString ( bool trustedConnection, string serverName, string databaseName, string userName, string password, int timeout ) : string
CreateDatabase ( string connectionString, string collation ) : string
Index ( Nop.Web.Models.Install.InstallModel model ) : System.Web.Mvc.ActionResult
SqlServerDatabaseExists ( string connectionString ) : bool

Method Details

ChangeLanguage() public méthode

public ChangeLanguage ( string language ) : System.Web.Mvc.ActionResult
language string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

InstallController() public méthode

public InstallController ( IInstallationLocalizationService locService ) : System
locService IInstallationLocalizationService
Résultat System

RestartInstall() public méthode

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