Метод | Описание | |
---|---|---|
ApplyChangesToBusinessObject ( ) : void |
Updates the properties on the represented business object
|
|
TextBoxMapper ( ITextBox tb, string propName, bool isReadOnly, IControlFactory factory ) : System |
Constructor to initialise a new instance of the mapper
|
Метод | Описание | |
---|---|---|
InternalUpdateControlValueFromBo ( ) : void |
Updates the interface when the value has been changed in the object being represented
|
public ApplyChangesToBusinessObject ( ) : void | ||
Результат | void |
protected InternalUpdateControlValueFromBo ( ) : void | ||
Результат | void |
public TextBoxMapper ( ITextBox tb, string propName, bool isReadOnly, IControlFactory factory ) : System | ||
tb | ITextBox | The TextBox to map |
propName | string | The property name |
isReadOnly | bool | Whether this control is read only |
factory | IControlFactory | the control factory to be used when creating the controlMapperStrategy |
Результат | System |