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.


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