C# Class Rebel.Cms.Web.Editors.Extenders.RollbackController

Inheritance: ContentControllerExtenderBase
显示文件 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
RollbackController ( IBackOfficeRequestContext backOfficeRequestContext ) : System

Private Methods

Method Description
Diff ( HiveId id, HiveId revisionId ) : System.Web.Mvc.JsonResult
Rollback ( HiveId id ) : System.Web.Mvc.ActionResult
RollbackForm ( HiveId id, HiveId revisionId ) : System.Web.Mvc.JsonResult

Method Details

RollbackController() public method

public RollbackController ( IBackOfficeRequestContext backOfficeRequestContext ) : System
backOfficeRequestContext IBackOfficeRequestContext
return System