C# Class Adf.Web.UI.SignedIntegerTextBoxValidator

Represents a System.Web.UI.WebControls.CompareValidator which is used together with a Adf.Web.UI.SignedIntegerTextBox. Used to validate the characters entering into the Adf.Web.UI.SignedIntegerTextBox so that only numeric characters and the negative sign character can be entered into the Adf.Web.UI.SignedIntegerTextBox.
Inheritance: System.Web.UI.WebControls.CompareValidator
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
SignedIntegerTextBoxValidator ( ) : System.ComponentModel

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

Method Details

SignedIntegerTextBoxValidator() public method

Initializes an instance of the Adf.Web.UI.SignedIntegerTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck and its type to System.Web.UI.WebControls.ValidationDataType.Integer.
public SignedIntegerTextBoxValidator ( ) : System.ComponentModel
return System.ComponentModel