Click or drag to resize

IValidationContext Methods

The IValidationContext type exposes the following members.

Methods
  NameDescription
Public methodReject
Rejects the new Revision.
Public methodReject(String)
Rejects the new Revision. The specified message will be included with the resulting error.
Public methodValidateChanges
Calls the ValidateChangeDelegate for each key/value that has changed, passing both the old and new values. If any delegate call returns false, the enumeration stops and false is returned, otherwise true is returned.
Top
See Also