IValidatable Methods

The IValidatable type exposes the following members.

Methods


  Name Description
Public method ClearErrors
Clears the error collections and the HasErrors property
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllErrors
Returns a collection of all errors (object and property level).
Public method GetErrors()()()()
Returns a collection of object-level errors.
Public method GetErrors(String)
Returns a collection of property-level errors.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate
This forces the object to be completely revalidated.