IAdmConditionSet
The IAdmConditionSet interface represents a set of condition objects.
Inheritance: IUnknown
Methods
-
Method
-
Description
-
CreateCondition()
-
Creates a condition of the specified type.
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 type.
IAdmCondition CreateCondition(string objectClass)
Parameters
- objectClass – the object class of the condition to create. For a list of possible values, check Defining actions and conditions.
LogicalOperator
Gets or sets the logical operator for conditions in the set.
- Type:
- ADM_LOGICALOPERATION_ENUM
- Access:
- Read/Write
Remarks
If set to 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.
- Type:
- IAdmCondition[]
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1