Click or drag to resize

UserBusinessRuleExecute Method

Executes the business rule on the specified object.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void Execute(
	DomainObject obj,
	BusinessEvent businessEvent
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject
The object on which to execute the business rule.
businessEvent
Type: Aloe.SystemFrameworks.Domain.BusinessLogicBusinessEvent
The business event which triggered the execution of the rule.

Implements

IBusinessRuleExecute(DomainObject, BusinessEvent)
See Also