C# 클래스 Adf.Web.UI.NumericTextBoxValidator

Represents a System.Web.UI.WebControls.CompareValidator which is used together with a Adf.Web.UI.NumericTextBox. Used to validate the characters entering into the Adf.Web.UI.NumericTextBox so that only a numeric value (positive or negative) can be entered into the Adf.Web.UI.NumericTextBox.
상속: System.Web.UI.WebControls.CompareValidator
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
NumericTextBoxValidator ( ) : System.ComponentModel

Initializes an instance of the Adf.Web.UI.NumericTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck and its type to System.Web.UI.WebControls.ValidationDataType.Double.

메소드 상세

NumericTextBoxValidator() 공개 메소드

Initializes an instance of the Adf.Web.UI.NumericTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck and its type to System.Web.UI.WebControls.ValidationDataType.Double.
public NumericTextBoxValidator ( ) : System.ComponentModel
리턴 System.ComponentModel