C# 클래스 Rebel.Cms.Web.Editors.PackagingEditorController

상속: DashboardEditorController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
PackagingEditorController ( IBackOfficeRequestContext requestContext ) : System

보호된 메소드들

메소드 설명
ProcessSubmit ( PackageDefinitionEditorModel model, bool publish ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AddLocalPackage ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
Browse ( string path ) : System.Web.Mvc.ActionResult
Create ( HiveId id ) : System.Web.Mvc.ActionResult
CreateForm ( PackageDefinitionEditorModel model ) : System.Web.Mvc.ActionResult
Delete ( HiveId id ) : System.Web.Mvc.JsonResult
Download ( HiveId id ) : System.Web.Mvc.ActionResult
Edit ( HiveId id ) : System.Web.Mvc.ActionResult
EditForm ( PackageDefinitionEditorModel model ) : System.Web.Mvc.ActionResult
GetLocalPackages ( ) : IEnumerable
Installed ( string id ) : System.Web.Mvc.ActionResult
LocalRepository ( ) : System.Web.Mvc.ActionResult
ManagePackage ( ) : System.Web.Mvc.ActionResult
PerformRecycleApplication ( bool onlyCheck ) : System.Web.Mvc.JsonResult
PopulateCollections ( PackageDefinitionEditorModel model ) : void
PublicRepository ( ) : System.Web.Mvc.ActionResult
RecycleApplication ( string id, PackageInstallationState state ) : System.Web.Mvc.ActionResult
RunPackageActions ( string id, PackageInstallationState state ) : System.Web.Mvc.ActionResult
Uninstalled ( ) : System.Web.Mvc.ActionResult

메소드 상세

PackagingEditorController() 공개 메소드

public PackagingEditorController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

ProcessSubmit() 보호된 메소드

protected ProcessSubmit ( PackageDefinitionEditorModel model, bool publish ) : System.Web.Mvc.ActionResult
model Rebel.Cms.Web.Model.BackOffice.Editors.PackageDefinitionEditorModel
publish bool
리턴 System.Web.Mvc.ActionResult