<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

Condition

public class Condition
Represents base class for Criteria Conditions.
public virtual string ConditionType { get; set; }

Gets or sets a condition type.

public NamedArtifact FieldIdentifier { get; set; }

Gets or sets the Field identifier to be tested by the Condition.

public bool NotOperator { get; set; }

Gets or sets a value indicating whether set to true to negate the condition operator.

public object Value { get; set; }

Gets or sets the value against which the field will be compared.

public Condition()