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

UserCondition

public class UserCondition : FieldCondition
Use a UserCondition in a Query to test a User field against a user name.
public UserConditionEnum Operator { get; set; }

Gets or sets the comparison operator to be used.

public string Value { get; set; }

The value to test the field against.

public UserCondition(string field, UserConditionEnum op, string value)

Initializes a new instance of the UserCondition class.

public UserCondition(int artifactID, UserConditionEnum op, string value)

Initializes a new instance of the UserCondition class.

public UserCondition(Guid guid, UserConditionEnum op, string value)

Initializes a new instance of the UserCondition class.

public UserCondition(string field, UserConditionEnum op)

Initializes a new instance of the UserCondition class.

public UserCondition(int artifactID, UserConditionEnum op)

Initializes a new instance of the UserCondition class.

Initializes a new instance of the UserCondition class.

public UserCondition()

Initializes a new instance of the UserCondition class.