C# Class Rebel.Cms.Web.Model.BackOffice.Editors.FileEditorModel

Represents a model for a script editor
Inheritance: EditorModel
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Property Type Description
FileEditorModel System

Public Methods

Method Description
CreateNew ( ) : FileEditorModel
FileEditorModel ( HiveId id, string name, DateTimeOffset created, DateTimeOffset updated, Func content ) : System

Protected Methods

Method Description
PopulateUIElements ( ) : void

Private Methods

Method Description
FileEditorModel ( ) : System

Method Details

CreateNew() public static method

public static CreateNew ( ) : FileEditorModel
return FileEditorModel

FileEditorModel() public method

public FileEditorModel ( HiveId id, string name, DateTimeOffset created, DateTimeOffset updated, Func content ) : System
id HiveId
name string
created DateTimeOffset
updated DateTimeOffset
content Func
return System

PopulateUIElements() protected method

protected PopulateUIElements ( ) : void
return void