Property | Type | Description |
---|
Method | Description | |
---|---|---|
BindModel ( IModelUpdator modelUpdator ) : void |
Binds the model with the IUpdator
|
Method | Description | |
---|---|---|
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 | ||
return | System |
public BindModel ( IModelUpdator modelUpdator ) : void | ||
modelUpdator | IModelUpdator | |
return | void |
protected GetPropertyEditorModelValue ( string alias, object>.Func |
||
alias | string | The alias. |
getValue | object>.Func | The get value. |
return | dynamic |
protected SetPropertyEditorModelValue ( string alias, Action |
||
alias | string | The alias. |
setValue | Action |
The set value. |
return | void |