Click or drag to resize

BusinessEventHandler Constructor

Initializes a new instance of the BusinessEventHandler class.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public BusinessEventHandler(
	IBusinessRule businessRule,
	IBusinessEventMask eventMask,
	Nullable<RuleExecutionPriority> executionPriority = null
)

Parameters

businessRule
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessRule
The business rule.
eventMask
Type: Aloe.SystemFrameworks.Domain.BusinessLogicIBusinessEventMask
The event mask for which to register the rule.
executionPriority (Optional)
Type: SystemNullableRuleExecutionPriority
The execution priority of the event handler.
See Also