com.onlineobject.objectnet Namespace

TriggerComparators Enumeration

Defines the set of comparators that can be used to trigger certain conditions.

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

Syntax


public enum TriggerComparators

Members


Member nameDescription
EqualsTo Represents equality comparison.
Different Represents inequality comparison.
Greather Represents a comparison where the first value is greater than the second.
Less Represents a comparison where the first value is less than the second.