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

Inheritance: EditorModel, IModelBindAware
Exibir arquivo Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BindModel ( IModelUpdator modelUpdator ) : void

Binds the model with the IUpdator

Protected Methods

Method Description
BasicContentEditorModel ( ) : System
GetPropertyEditorModelValue ( string alias, object>.Func getValue ) : dynamic

Gets the property editor model value.

PopulateUIElements ( ) : void

Populates the UI elements

SetPropertyEditorModelValue ( string alias, Action setValue ) : void

Sets the property editor model value.

Method Details

BasicContentEditorModel() protected method

protected BasicContentEditorModel ( ) : System
return System

BindModel() public method

Binds the model with the IUpdator
public BindModel ( IModelUpdator modelUpdator ) : void
modelUpdator IModelUpdator
return void

GetPropertyEditorModelValue() protected method

Gets the property editor model value.
protected GetPropertyEditorModelValue ( string alias, object>.Func getValue ) : dynamic
alias string The alias.
getValue object>.Func The get value.
return dynamic

PopulateUIElements() protected method

Populates the UI elements
protected PopulateUIElements ( ) : void
return void

SetPropertyEditorModelValue() protected method

Sets the property editor model value.
protected SetPropertyEditorModelValue ( string alias, Action setValue ) : void
alias string The alias.
setValue Action The set value.
return void