Simple Condition Interface

icon_info.gif

This interface is available in EFT Server 5.2 and later.

The ICISimpleCondition interface allows you to make changes to the Event Rule Condition settings using the following properties:

HRESULT Not([out, retval] VARIANT_BOOL *pVal);

HRESULT Not([in] VARIANT_BOOL newVal);

HRESULT Operator([out, retval] ConditionOperator *pVal);

HRESULT Operator([in] ConditionOperator newVal);

HRESULT Property([out, retval] long *pVal);

HRESULT Value([out, retval] VARIANT *pVal);

HRESULT Value([in] VARIANT newVal);