IAdmBusinessRuleConditionedActions
The IAdmBusinessRuleConditionedActions interface represents a set of actions specified for a business rule, custom command, or scheduled task, and conditions that determine when the actions should be performed.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
Conditions
-
Gets a collection of conditions specified in the set.
-
ConditionsLogicalOperation
-
Gets or sets the logical operator that is used to perform condition checks.
-
Actions
-
Gets a list of actions specified in the set.
Details
Conditions
Gets a collection of conditions specified in the set. Each condition is represented by the IAdmBusinessRuleCondition interface.
- Type:
- IAdmCollection
- Access:
- Read-only
ConditionsLogicalOperation
Gets or sets the logical operator that is used to perform condition checks.
- Type:
- ADM_LOGICALOPERATION_ENUM
- Access:
- Read/Write
Actions
Gets a list of actions specified in the set. Each action is represented by the IAdmBusinessRuleAction interface.
- Type:
- IAdmCollection
- Access:
- Read-only
Requirements
Minimum required version: 2009.1