C# Class Sitecore.Ship.AspNet.Package.InstallPackageCommand

Inheritance: CommandHandler
Afficher le fichier Open project: ASOS/Sitecore.Ship Class Usage Examples

Méthodes publiques

Méthode Description
HandleRequest ( System.Web.HttpContextBase context ) : void
InstallPackageCommand ( ) : System
InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System

Private Methods

Méthode Description
CanHandle ( System.Web.HttpContextBase context ) : bool
GetRequest ( System.Web.HttpRequestBase request ) : InstallPackage
ParseBoolean ( string request ) : bool

Method Details

HandleRequest() public méthode

public HandleRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
Résultat void

InstallPackageCommand() public méthode

public InstallPackageCommand ( ) : System
Résultat System

InstallPackageCommand() public méthode

public InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System
repository IPackageRepository
installationRecorder IInstallationRecorder
publishService IPublishService
Résultat System