| Package | Description |
|---|---|
| zen.validation.abstracts | |
| zen.validation.implementations |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidation
This is the base validation that implements the IValidation contract and gives
those classes that inherit from it a simple Regular Expression interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Date
Determines if the string value is a parseable date.
|
class |
Email
Determines if the string value represents a valid e-mail address.
|
class |
Phone
Determines if the string value is a valid phone number.
|
class |
Required
Returns false if string value is null or empty.
|
class |
SocialSecurity
Validates if string represents a valid Social Security Number.
|
Copyright © 2012. All Rights Reserved.