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

AllCondition

A condition that represents a set of conditions that all must return the result for a result to be returned. This is treated effectively as an AND between all conditions added to this. Example: Condition1 AND Condition2 AND Condition3 AND Condition 4
public AllCondition(Condition[] values)

A set of conditions that must all return the results for a result to be returned.