Click or drag to resize

ValidationResult Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodValidationResult(IObjectIdentifier, IValidationMessage, ValidationMessageSeverity)
Creates a new instance for the given identifier with the provided message and severity (defaults to Error)
Public methodValidationResult(IObjectIdentifier, IReadOnlyCollectionIValidationMessage, ValidationMessageSeverity)
Creates a new instance for the given identifier with the provided messages and severity (defaults to Error)
Top
See Also