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

Inheritance: EditorModel, IModelBindAware
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
PopulateUIElements ( ) : void

Method Details

BindModel() public méthode

Bind the model
public BindModel ( IModelUpdator modelUpdator ) : void
modelUpdator IModelUpdator
Résultat void

DataTypeEditorModel() public méthode

public DataTypeEditorModel ( ) : System
Résultat System

DataTypeEditorModel() public méthode

public DataTypeEditorModel ( HiveId id ) : System
id HiveId
Résultat System

HasEditableProperties() public méthode

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

PopulateUIElements() protected méthode

protected PopulateUIElements ( ) : void
Résultat void