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

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

공개 메소드들

메소드 설명
UnsignedIntegerTextBoxValidator ( ) : System.Web.UI.WebControls

Initializes an instance of the Adf.Web.UI.UnsignedIntegerTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.GreaterThanEqual, its type to System.Web.UI.WebControls.ValidationDataType.Integer and its ValueToCompare to '0'.

메소드 상세

UnsignedIntegerTextBoxValidator() 공개 메소드

Initializes an instance of the Adf.Web.UI.UnsignedIntegerTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.GreaterThanEqual, its type to System.Web.UI.WebControls.ValidationDataType.Integer and its ValueToCompare to '0'.
public UnsignedIntegerTextBoxValidator ( ) : System.Web.UI.WebControls
리턴 System.Web.UI.WebControls