<PackageReference Include="Relativity.API" Version="19.5.0" />

IConditionBuilder<T>

Allows for building complex conditions which can employ multiple sub-conditions
IConditionBuilder<T> Not { get; }

Inverts the condition to be the opposite.

T AllConditions(Condition[] conditions)

Creates a condition that represents a set of conditions that all must return the result for a result to be returned.

T AnyConditions(Condition[] conditions)

Creates a condition that represents a set of conditions that any one of which is would return a result will cause a result to be returned.