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

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
InstallUploadPackageCommand ( ) : System
InstallUploadPackageCommand ( IPackageRepository repository, ITempPackager tempPackager, IInstallationRecorder installationRecorder, IPublishService publishService ) : System

Private Methods

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

Method Details

HandleRequest() public méthode

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

InstallUploadPackageCommand() public méthode

public InstallUploadPackageCommand ( ) : System
Résultat System

InstallUploadPackageCommand() public méthode

public InstallUploadPackageCommand ( IPackageRepository repository, ITempPackager tempPackager, IInstallationRecorder installationRecorder, IPublishService publishService ) : System
repository IPackageRepository
tempPackager ITempPackager
installationRecorder IInstallationRecorder
publishService IPublishService
Résultat System