C# 클래스 Sitecore.Ship.AspNet.Package.InstallPackageCommand

상속: CommandHandler
파일 보기 프로젝트 열기: ASOS/Sitecore.Ship 1 사용 예제들

공개 메소드들

메소드 설명
HandleRequest ( System.Web.HttpContextBase context ) : void
InstallPackageCommand ( ) : System
InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System

비공개 메소드들

메소드 설명
CanHandle ( System.Web.HttpContextBase context ) : bool
GetRequest ( System.Web.HttpRequestBase request ) : InstallPackage
ParseBoolean ( string request ) : bool

메소드 상세

HandleRequest() 공개 메소드

public HandleRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
리턴 void

InstallPackageCommand() 공개 메소드

public InstallPackageCommand ( ) : System
리턴 System

InstallPackageCommand() 공개 메소드

public InstallPackageCommand ( IPackageRepository repository, IInstallationRecorder installationRecorder, IPublishService publishService ) : System
repository IPackageRepository
installationRecorder IInstallationRecorder
publishService IPublishService
리턴 System