C# 클래스 Rebel.Cms.Web.Packaging.PackageInstallUtility

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

비공개 메소드들

메소드 설명
GetTaskExecutionContext ( IPackage nugetPackage, string packageFolderName, PackageInstallationState state, Controller controller ) : TaskExecutionContext

Creates the task execution context for use in the Package installation actions

PackageInstallUtility ( IBackOfficeRequestContext backOfficeRequestContext ) : System.Web.Mvc
RunPostPackageInstallActions ( PackageInstallationState state, TaskExecutionContext taskExecContext, string packageFolderName ) : void

Runs package actions for either PostPackageInstall and PostPackageUninstall & the packagefoldername specific task

RunPrePackageUninstallActions ( TaskExecutionContext taskExecContext, string packageFolderName ) : void

Runs the actions for PrePackageUninstall and for the packagefoldername specific task