프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
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 |