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

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

Bind the model

DataTypeEditorModel ( ) : System
DataTypeEditorModel ( HiveId id ) : System
HasEditableProperties ( ) : bool

A helper methods use to check if the pre value model has editable properties

Protected Methods

Method Description
PopulateUIElements ( ) : void

Method Details

BindModel() public method

Bind the model
public BindModel ( IModelUpdator modelUpdator ) : void
modelUpdator IModelUpdator
return void

DataTypeEditorModel() public method

public DataTypeEditorModel ( ) : System
return System

DataTypeEditorModel() public method

public DataTypeEditorModel ( HiveId id ) : System
id HiveId
return System

HasEditableProperties() public method

A helper methods use to check if the pre value model has editable properties
public HasEditableProperties ( ) : bool
return bool

PopulateUIElements() protected method

protected PopulateUIElements ( ) : void
return void