BusinessEventMaskTBusinessEventIsMatchedBy Method |
Determines whether the current event mask is matched by the specified actual event.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual bool IsMatchedBy(
BusinessEvent businessEvent
)
Public Overridable Function IsMatchedBy (
businessEvent As BusinessEvent
) As Boolean
public:
virtual bool IsMatchedBy(
BusinessEvent^ businessEvent
)
abstract IsMatchedBy :
businessEvent : BusinessEvent -> bool
override IsMatchedBy :
businessEvent : BusinessEvent -> bool
Parameters
- businessEvent
- Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The actual event.
Return Value
Type:
Booleantrue if the current event mask is matched by the specified actual event; otherwise,
false.
Implements
IBusinessEventMaskIsMatchedBy(BusinessEvent)
See Also