| ValidationResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: VirtualRadar.Interface.View
 Syntax
SyntaxThe ValidationResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ValidationResult | 
            Creates a new object.
             | 
|  | ValidationResult(ValidationField, String) | 
            Creates a new object.
             | 
|  | ValidationResult(Object, ValidationField, String) | 
            Creates a new object.
             | 
|  | ValidationResult(ValidationField, String, Boolean) | 
            Creates a new object.
             | 
|  | ValidationResult(Object, ValidationField, String, Boolean) | 
            Creates a new object.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Field | 
            Gets or sets the field that has failed validation.
             | 
|  | IsWarning | 
            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.
             | 
|  | Message | 
            Gets or sets the message describing the problem with the field's content.
             | 
|  | Record | 
            Gets or sets the object that this result applies to.
             | 
 Methods
Methods| 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 | 
            Displays an English description of the validation result.
            (Overrides ObjectToString.) | 
 See Also
See Also