Validate this object and report any inconsistencies.
[C#] virtual void Validate(Validation validation) [Visual Basic] Overridable Function Validate(validation As Validation) As void
virtual void Validate(Validation validation)
Overridable Function Validate(validation As Validation) As void
The validation of one object involves validating the properties of the object. Since.
the properties are often objects themselves, the process can be quite involved.