Click or drag to resize

BusinessEventHandlerEventMask Property

Gets the business event mask, which must be matched by the actual event.

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

Property Value

Type: IBusinessEventMask
The business event mask, which must be matched by the actual event.
See Also