C# 클래스 Habanero.Faces.Base.NumericUpDownCurrencyMapper

Wraps a NumericUpDown control in order to display and capture a currency property of the business object, where values are rounded to two decimal places
상속: NumericUpDownMapper
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
ApplyChangesToBusinessObject ( ) : void

Updates the properties on the represented business object

NumericUpDownCurrencyMapper ( INumericUpDown numericUpDownControl, string propName, bool isReadOnly, IControlFactory factory )

Constructor to initialise a new instance of the class

메소드 상세

ApplyChangesToBusinessObject() 공개 메소드

Updates the properties on the represented business object
public ApplyChangesToBusinessObject ( ) : void
리턴 void

NumericUpDownCurrencyMapper() 공개 메소드

Constructor to initialise a new instance of the class
public NumericUpDownCurrencyMapper ( INumericUpDown numericUpDownControl, string propName, bool isReadOnly, IControlFactory factory )
numericUpDownControl INumericUpDown The numericUpDownControl object 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