IBusinessEventMask Interface |
Base interface for all business event masks.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic interface IBusinessEventMask
Public Interface IBusinessEventMask
public interface class IBusinessEventMask
type IBusinessEventMask = interface end
The IBusinessEventMask type exposes the following members.
Methods
| Name | Description |
---|
 | IsMatchedBy |
Determines whether the current event mask is matched by the specified actual event.
|
Top
See Also