| EmailValidationRule Methods |
The EmailValidationRule type exposes the following members.
| Name | Description | |
|---|---|---|
| GetTitle |
Gets a title for this instance of email validation rule.
(Overrides ValidationRuleGetTitle.) | |
| IsValueValid |
Validates the form component's value and returns true if the value is valid.
This method is used by system.
(Inherited from ValidationRuleTValue.) | |
| ModifyMetadata |
Modifies modelMetadata according to the current object.
(Inherited from ValidationRule.) | |
| Validate |
Returns true if given value is a valid email address.
(Overrides ValidationRuleTValueValidate(TValue).) |