
|
|
This interface is available in EFT Server 5.2 and later. |
The ICICompoundCondition interface allows you to make changes to the Event Rule Condition settings using the following methods and properties:
HRESULT Add([in] long lPropertyID, [in] ConditionOperator op, [in] VARIANT varValue, [out, retval] IDispatch** ppdispSimpleCondition);
HRESULT Count([out, retval] long *plCount);
HRESULT Delete([in] long lIndex);
HRESULT Item([in] long lIndex, [out, retval] IDispatch** ppdispSimpleCondition);
HRESULT Operator([out, retval] LogicalOperator *pVal);
HRESULT Operator([in] LogicalOperator newVal);