Click or drag to resize

UserBusinessRuleExecutionSession Constructor

Initializes a new instance of the UserBusinessRuleExecutionSession class.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public UserBusinessRuleExecutionSession(
	UserBusinessRule businessRule,
	BusinessEvent businessEvent,
	EnterpriseOneTransaction transaction
)

Parameters

businessRule
Type: Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRule
The rule, which will be executed.
businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event, which triggered the execution.
transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
Exceptions
ExceptionCondition
InvalidOperationException If the license X09 (Execute CSharp Rules) is not available.
See Also