|
ValidateThis API Documentation | ||||
| FRAMES | |||||
| Class Summary | |
|---|---|
| AbstractServerRuleValidator | I am an abstract validator responsible for performing one specific type of validation |
| ServerRuleValidator_Boolean | I am responsible for performing the Boolean validation |
| ServerRuleValidator_CollectionSize | I am responsible for performing the Size validation |
| ServerRuleValidator_Custom | I am responsible for performing a custom validation |
| ServerRuleValidator_Date | I am responsible for performing the Date validation |
| ServerRuleValidator_DateRange | I am responsible for performing the DateRange validation |
| ServerRuleValidator_DoesNotContainOtherProperties | Fails if the validated property contains the values of nother properties |
| ServerRuleValidator_Email | I am responsible for performing the Email validation |
| ServerRuleValidator_EqualTo | I am responsible for performing the EqualTo validation |
| ServerRuleValidator_Expression | |
| ServerRuleValidator_False | I am responsible for performing the False Boolean validation |
| ServerRuleValidator_FutureDate | I am responsible for performing the future date validation |
| ServerRuleValidator_InList | I am responsible for performing the InList validation |
| ServerRuleValidator_Integer | I am responsible for performing the Integer validation |
| ServerRuleValidator_IsValidObject | I am responsible for performing the IsValidObject validation |
| ServerRuleValidator_Max | I am responsible for performing the Max validation |
| ServerRuleValidator_MaxLength | I am responsible for performing the MaxLength validation |
| ServerRuleValidator_Min | I am responsible for performing the Min validation |
| ServerRuleValidator_MinLength | I am responsible for performing the MinLength validation |
| ServerRuleValidator_MinPatternsMatch | Evaluates each regex pattern |
| ServerRuleValidator_NotInList | I am responsible for performing the NotInList validation |
| ServerRuleValidator_Numeric | I am responsible for performing the Numeric validation |
| ServerRuleValidator_PastDate | I am responsible for performing the past date validation |
| ServerRuleValidator_Range | I am responsible for performing the Range validation |
| ServerRuleValidator_RangeLength | I am responsible for performing the RangeLength validation |
| ServerRuleValidator_Regex | I am responsible for performing the Regex validation |
| ServerRuleValidator_Required | I am responsible for performing the Required validation |
| ServerRuleValidator_Time | I am responsible for performing the Time validation |
| ServerRuleValidator_True | I am responsible for performing the true boolean validation |
| ServerRuleValidator_URL | I am responsible for performing URL validation |
| ServerRuleValidator_noHTML | I am responsible for performing the noHTML validation |
| ServerValidator | I orchestrate server side validations |
|
ValidateThis API Documentation | ||||
| FRAMES | |||||