Click or drag to resize

UserBusinessRuleConditionIsTrue Method

Determines whether the condition is satisfied by the object in the specified session.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsTrue(
	UserBusinessRuleExecutionSession session,
	EnterpriseOneEntityObject obj
)

Parameters

session
Type: Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleExecutionSession
The execution session.
obj
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityObject
The object.

Return Value

Type: Boolean
true if the condition is satisfied by the object in the specified session; otherwise, false.
Exceptions
ExceptionCondition
InvalidOperationException UserBusinessRuleCondition
See Also