Click or drag to resize

BusinessEventValidationViolations Property

Gets the validation violations list.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IList<ValidationViolation> ValidationViolations { get; }

Property Value

Type: IListValidationViolation
The validation violations list.
Remarks
While the event is being processed, business rules might register validation violations in this collection.
See Also