ValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a validation error, warning or message returned by the MajorObject.Validate method.
public sealed class ValidationResult
type ValidationResult = class
Public NotInheritable Class ValidationResult
- Inheritance
-
ValidationResult
Properties
Description |
Gets either a ValidationRule.Description or a similar text with parameters. |
Rule |
Gets the ValidationRule associated with the ValidationResult. |
Source |
Gets the ModelComponent that is the source of the ValidationResult. |
SourcePath |
Gets the source-path extracted from the Source property. |
SourceType |
Gets the source-type extracted from the Source property. |
Methods
ToString() |
Returns a string representation of the current object. |