| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
validator.IValidator --+
|
abstract_validator.AbstractValidator --+
|
StringLengthValidator
This StringLengthValidator is used to validate the length of strings.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a new StringLengthValidator with a given error message, permissable lengths and null-string allowance.
|
Checks if the given value is valid.
|
Returns
|
Gets the maximum permissible length of the string.
|
Gets the minimum permissible length of the string.
|
Sets whether null-strings are to be allowed. This can be better handled by setting a field as required or not. |
Sets the maximum permissible length of the string.
|
Sets the minimum permissible length.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:51 2013 | http://epydoc.sourceforge.net |