IAdmBusinessRuleConditionedActions

The IAdmBusinessRuleConditionedActions interface represents an action set of a business rule, custom command, or scheduled task. An action set includes actions that must be executed and conditions that must be met to execute the actions.

Inheritance: IAdmTop

Derived: IAdmBusinessRuleConditionedActions2

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.


ConditionsLogicalOperation

Gets or sets the logical operator that is used to perform condition checks.


Actions

Gets a list of actions specified in the set. Each action is represented by the IAdmBusinessRuleAction interface.


Requirements

Minimum required version: 2009.1

See also