C# Class 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.
Inheritance: System.Web.UI.WebControls.CompareValidator
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
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'.

Method Details

UnsignedIntegerTextBoxValidator() public method

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
return System.Web.UI.WebControls