Method | Description | |
---|---|---|
Edit ( HiveId id ) : System.Web.Mvc.ActionResult |
Displays the editor
|
Method | Description | |
---|---|---|
AbstractFileEditorController ( IBackOfficeRequestContext requestContext ) : System | ||
CreatePaths ( Rebel.Framework.Persistence.Model.IO.File file ) : EntityPathCollection |
Used by inheritors to make any changes to the model before redirecting
|
|
EnsureViewData ( |
This adds some required elements to the ViewBag so that the Create view renders correctly
|
|
EnsureViewData ( |
||
OnAfterCreate ( Rebel.Framework.Persistence.Model.IO.File file ) : void |
Used by inheritors to make any changes to the model before creation
|
|
OnBeforeCreate ( |
Used by inheritors to make any changes to the model before creation
|
|
OnBeforeSave ( Rebel.Framework.Persistence.Model.IO.File file ) : void |
Used by inheritors to make any changes to the file before it is persisted
|
|
OnBeforeUpdate ( |
Used by inheritors to make any changes to the model before creation
|
|
PopulateFileContentFromStub ( |
||
PopulateFileContentFromStub ( |
Method | Description | |
---|---|---|
CreateNew ( HiveId id ) : System.Web.Mvc.ActionResult | ||
CreateNewForm ( |
||
Delete ( HiveId id ) : System.Web.Mvc.JsonResult | ||
PerformSave ( |
Does the save.
|
|
Save ( |
protected AbstractFileEditorController ( IBackOfficeRequestContext requestContext ) : System | ||
requestContext | IBackOfficeRequestContext | |
return | System |
protected CreatePaths ( Rebel.Framework.Persistence.Model.IO.File file ) : EntityPathCollection | ||
file | Rebel.Framework.Persistence.Model.IO.File | |
return | EntityPathCollection |
public Edit ( HiveId id ) : System.Web.Mvc.ActionResult | ||
id | HiveId | |
return | System.Web.Mvc.ActionResult |
protected EnsureViewData ( |
||
model | ||
return | void |
protected EnsureViewData ( |
||
model | ||
file | Rebel.Framework.Persistence.Model.IO.File | |
return | void |
protected OnAfterCreate ( Rebel.Framework.Persistence.Model.IO.File file ) : void | ||
file | Rebel.Framework.Persistence.Model.IO.File | |
return | void |
protected OnBeforeCreate ( |
||
createModel | ||
editorModel | ||
return | void |
protected OnBeforeSave ( Rebel.Framework.Persistence.Model.IO.File file ) : void | ||
file | Rebel.Framework.Persistence.Model.IO.File | |
return | void |
protected OnBeforeUpdate ( |
||
editorModel | ||
return | void |
protected PopulateFileContentFromStub ( |
||
model | ||
stubFileId | HiveId | |
return | void |
protected PopulateFileContentFromStub ( |
||
model | ||
stubFileId | HiveId | |
replacements | string>.IDictionary | |
return | void |