Interface IValidatable
- Namespace
- Olve.Validation
- Assembly
- Olve.Validation.dll
Defines a contract for an object that can validate its own state or data.
public interface IValidatable
Methods
Validate()
Performs validation on this instance.
Result Validate()