IValidatable Interface |
Namespace: Atalasoft.Shared.Validation
The IValidatable type exposes the following members.
| Name | Description | |
|---|---|---|
| MakeRepairContext |
Makes the repair context for repairing problems in this object. An object implementing IValidatable
should at least return an empty RepairContext object.
| |
| Validate |
Validates the object and accumulates any problems in the problems list.
|