IAdmConditionSet
The IAdmConditionSet interface represents a set of condition objects.
Inheritance: IUnknown
Methods
-
Method
-
Description
-
CreateCondition()
-
Creates a condition of the specified object class.
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.
- Type:
- ADM_LOGICALOPERATION_ENUM
- Access:
- Read/Write
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.
- Type:
- IAdmCondition[]
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1