IValidatable Members
The IValidatable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ClearErrors |
Clears the error collections and the HasErrors property
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetAllErrors |
Returns a collection of all errors (object and property level).
|
|
|
GetErrors()()()() |
Returns a collection of object-level errors.
|
|
|
GetErrors(String) |
Returns a collection of property-level errors.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
Validate |
This forces the object to be completely revalidated.
|

