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
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

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
Résultat System.ComponentModel