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
Показать файл Открыть проект

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

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