Click or drag to resize
ValidationResults Class
Describes the results of the validation of an entire form or a single field.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.ViewValidationResults

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ValidationResults

The ValidationResults type exposes the following members.

Constructors
  NameDescription
Public methodValidationResults
Creates a new object.
Top
Properties
  NameDescription
Public propertyErrors
Gets an array of all of the errors from Results.
Public propertyHasErrors
Gets a value indicating whether Results contains any errors.
Public propertyHasWarnings
Gets a value indicating that Results contains at least one warning.
Public propertyIsPartialValidation
Gets a value indicating that validation was only run over a subset of all available fields.
Public propertyPartialValidationFields
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.
Public propertyResults
Gets a collection of every error and warning found.
Public propertyWarnings
Gets an array of all of the warnings found in Results.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base docs.
(Overrides ObjectToString.)
Top
See Also