Click or drag to resize

IValidatable Methods

The IValidatable type exposes the following members.

Methods
  NameDescription
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object. An object implementing IValidatable should at least return an empty RepairContext object.
Public methodValidate
Validates the object and accumulates any problems in the problems list.
Top
See Also