com.onlineobject.objectnet Namespace

TriggerCondition Enumeration

Defines the conditions under which a trigger should activate.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum TriggerCondition

Members


Member nameDescription
And Indicates that the trigger should activate when all conditions are met.
Or Indicates that the trigger should activate when any one of the conditions is met.