IAdmConditionSet

The IAdmConditionSet interface represents a set of condition objects.

Inheritance: IUnknown

Methods

Properties

  • Property

  • Description

  • LogicalOperator

  • Gets or sets the logical operator for conditions in the set.

  • Conditions

  • Gets or sets an array of conditions included into the set.

Details

CreateCondition()

Creates a condition of the specified object class.

IAdmCondition CreateCondition(string objectClass)

Parameters

The objectClass parameter specifies the object class of the condition to be created. For a list of possible values, check Defining actions and conditions.


LogicalOperator

Gets or sets the logical operator for conditions in the set.

Remarks

If AND, all conditions in the set must be satisfied. If OR, at least one condition must be satisfied.


Conditions

Gets or sets an array of conditions included into the set.


Requirements

Minimum required version: 2018.1

See also