The IValidatable type exposes the following members.

Methods

  NameDescription
Public methodValidate
Validate the state of the object before persisting it. If a violation occurs, throw a ValidationFailure. This method must not change the state of the object by side-effect.

See Also