Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
BindModel ( IModelUpdator modelUpdator ) : void |
Binds the model with the IUpdator
|
Метод | Описание | |
---|---|---|
BasicContentEditorModel ( ) : System | ||
GetPropertyEditorModelValue ( string alias, object>.Func |
Gets the property editor model value.
|
|
PopulateUIElements ( ) : void |
Populates the UI elements
|
|
SetPropertyEditorModelValue ( string alias, Action |
Sets the property editor model value.
|
protected BasicContentEditorModel ( ) : System | ||
Результат | System |
public BindModel ( IModelUpdator modelUpdator ) : void | ||
modelUpdator | IModelUpdator | |
Результат | void |
protected GetPropertyEditorModelValue ( string alias, object>.Func |
||
alias | string | The alias. |
getValue | object>.Func | The get value. |
Результат | dynamic |
protected SetPropertyEditorModelValue ( string alias, Action |
||
alias | string | The alias. |
setValue | Action |
The set value. |
Результат | void |