Click or drag to resize
ValidationResult Class
Describes the result of the validation of a single field.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.ViewValidationResult

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

The ValidationResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyField
Gets or sets the field that has failed validation.
Public propertyIsWarning
Gets or sets a value indicating that the validation result represents a warning to the user that they can ignore if they so wish, as opposed to an error that must be corrected before the input can be accepted.
Public propertyMessage
Gets or sets the message describing the problem with the field's content.
Public propertyRecord
Gets or sets the object that this result applies to.
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
Displays an English description of the validation result.
(Overrides ObjectToString.)
Top
See Also