Interface IFormValidator
- Namespace
- CloudyWing.FormValidators
- Assembly
- CloudyWing.FormValidators.dll
The form validator.
public interface IFormValidator
Properties
ErrorMessage
Gets the error message.
string ErrorMessage { get; }
Property Value
- string
The error message.
IsValid
Returns true if ... is valid.
bool IsValid { get; }
Property Value
- bool
trueif this instance is valid; otherwise,false.
Methods
Validate()
Validates this instance.
bool Validate()
Returns
- bool
The validation result.