Skip to content

CondTag enum

Represents a type of condition. Current we have 2 possible types: a simple condition or a predicate - a group of conditions

NameValueDescription
Group51A predicate (a group of conditions).
Simple1A simple condition (e.g. SomeField > SomeValue).
Unknown0An unknown type of condition (just in case).