ValidationResult Class

Definition

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.

Applies to