ValidationResults Class |
Namespace: VirtualRadar.Interface.View
The ValidationResults type exposes the following members.
Name | Description | |
---|---|---|
ValidationResults |
Creates a new object.
|
Name | Description | |
---|---|---|
Errors |
Gets an array of all of the errors from Results.
| |
HasErrors |
Gets a value indicating whether Results contains any errors.
| |
HasWarnings |
Gets a value indicating that Results contains at least one warning.
| |
IsPartialValidation |
Gets a value indicating that validation was only run over a subset of all available fields.
| |
PartialValidationFields |
Gets a collection of validation results that indicate the records and fields that were
examined in a partial validation. The content of this collection is undefined when
IsPartialValidation is false.
| |
Results |
Gets a collection of every error and warning found.
| |
Warnings |
Gets an array of all of the warnings found in Results.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
See base docs.
(Overrides ObjectToString.) |