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

Represents a model for a script editor
Inheritance: EditorModel
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Свойство Type Description
FileEditorModel System

Méthodes publiques

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

Méthodes protégées

Méthode Description
PopulateUIElements ( ) : void

Private Methods

Méthode Description
FileEditorModel ( ) : System

Method Details

CreateNew() public static méthode

public static CreateNew ( ) : FileEditorModel
Résultat FileEditorModel

FileEditorModel() public méthode

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

PopulateUIElements() protected méthode

protected PopulateUIElements ( ) : void
Résultat void