Class TValidationDataType
TValidationDataType class. TValidationDataType defines the enumerable type for the possible data types that a comparison validator can validate upon.
The following enumerable values are defined:
- Integer
- Float
- Date
- String
- TEnumerable implements Iterator
-
TValidationDataType
Direct known subclasses
TRangeValidationDataType
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TBaseValidator.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TBaseValidator.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Integer |
'Integer' |
|
string |
Float |
'Float' |
|
string |
Date |
'Date' |
|
string |
String |
'String' |