ValidationViolationBusinessEvent Property |
Gets or sets the business event on which the validation has failed.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic BusinessEvent BusinessEvent { get; set; }
Public Property BusinessEvent As BusinessEvent
Get
Set
public:
property BusinessEvent^ BusinessEvent {
BusinessEvent^ get ();
void set (BusinessEvent^ value);
}
member BusinessEvent : BusinessEvent with get, set
Property Value
Type:
BusinessEvent
See Also