ValidationResult Class |
Namespace: VirtualRadar.Interface.View
The ValidationResult type exposes the following members.
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.
|
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.
|
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.) |