C# Класс 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.
Наследование: System.Web.UI.WebControls.CompareValidator
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SignedIntegerTextBoxValidator() публичный Метод

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
Результат System.ComponentModel