<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

SingleChoiceCondition

Use a SingleChoiceCondition in a Query to test a SingleChoice field against a one more values. The Value property can be a single Choice ArtifactID value or an array of ArtifactID values.
public SingleChoiceConditionEnum Operator { get; set; }

Gets or sets the comparison operator to be used.

public object Value { get; set; }

The value to test the field against.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, List<int> value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, List<int> value)

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, int[] value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, int[] value)

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, List<Guid> value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, List<Guid> value)

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, Guid[] value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, Guid[] value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(Guid guid, SingleChoiceConditionEnum op, List<string> value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, List<string> value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, List<string> value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(Guid guid, SingleChoiceConditionEnum op, string[] value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field, SingleChoiceConditionEnum op, string[] value)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID, SingleChoiceConditionEnum op, string[] value)

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(string field)

Initializes a new instance of the SingleChoiceCondition class.

public SingleChoiceCondition(int artifactID)

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.

Initializes a new instance of the SingleChoiceCondition class.