Click or drag to resize

ValidationViolationBusinessRule Property

The business rule, which failed the validation, when applicable; null otherwise.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IBusinessRule BusinessRule { get; set; }

Property Value

Type: IBusinessRule
See Also