Click or drag to resize

UserBusinessRuleExecutionSession Class

Represents the session data for one execution of a business rule.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleExecutionSession

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class UserBusinessRuleExecutionSession

The UserBusinessRuleExecutionSession type exposes the following members.

Constructors
  NameDescription
Public methodUserBusinessRuleExecutionSession
Initializes a new instance of the UserBusinessRuleExecutionSession class.
Top
Properties
  NameDescription
Public propertyBusinessEvent
Gets the business event.
Public propertyBusinessRule
Gets the executed rule.
Public propertyGlobalsType
Gets the type of the globals.
Public propertyScript
Gets the script.
Top
Methods
  NameDescription
Public methodExecute
Executes the business rule for the specified business object.
Top
See Also