UserBusinessRuleExecutionSession Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic UserBusinessRuleExecutionSession(
UserBusinessRule businessRule,
BusinessEvent businessEvent,
EnterpriseOneTransaction transaction
)
Public Sub New (
businessRule As UserBusinessRule,
businessEvent As BusinessEvent,
transaction As EnterpriseOneTransaction
)
public:
UserBusinessRuleExecutionSession(
UserBusinessRule^ businessRule,
BusinessEvent^ businessEvent,
EnterpriseOneTransaction^ transaction
)
new :
businessRule : UserBusinessRule *
businessEvent : BusinessEvent *
transaction : EnterpriseOneTransaction -> UserBusinessRuleExecutionSession
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
See Also