Click or drag to resize

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
Syntax
public virtual bool IsMatchedBy(
	BusinessEvent businessEvent
)

Parameters

businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The actual event.

Return Value

Type: Boolean
true if the current event mask is matched by the specified actual event; otherwise, false.

Implements

IBusinessEventMaskIsMatchedBy(BusinessEvent)
See Also