Class ValidationErrorCollection
Holds a collection of ValidationError objects.
Inheritance
System.Object
ValidationErrorCollection
Namespace: Mediachase.Commerce.WorkflowCompatibility
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class ValidationErrorCollection : Collection<ValidationError>
Constructors
ValidationErrorCollection()
Declaration
public ValidationErrorCollection()
Properties
HasErrors
Indicates whether the collection contains ValidationError objects that indicate compilation errors.
Declaration
public bool HasErrors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasWarnings
This property indicates whether the ValidationErrorCollection contains at least one ValidationError object, which indicates a compilation warning.
Declaration
public bool HasWarnings { get; }
Property Value
Type | Description |
---|---|
System.Boolean |