Class TValidationCompareOperator
TValidationCompareOperator class. TValidationCompareOperator defines the
enumerable type for the comparison operations that TCompareValidator
can
perform validation with.
The following enumerable values are defined:
- Equal
- NotEqual
- GreaterThan
- GreaterThanEqual
- LessThan
- LessThanEqual
- TEnumerable implements Iterator
-
TValidationCompareOperator
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/TCompareValidator.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/TCompareValidator.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Equal |
'Equal' |
|
string |
NotEqual |
'NotEqual' |
|
string |
GreaterThan |
'GreaterThan' |
|
string |
GreaterThanEqual |
'GreaterThanEqual' |
|
string |
LessThan |
'LessThan' |
|
string |
LessThanEqual |
'LessThanEqual' |