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

IConditionSelector<T>

Allows for the building of Structured Conditions for Queries
T UserCanDelete { get; }

Filters results such that only rows that can be deleted by the user will return.

T UserCanEdit { get; }

Filters results such that only rows that can be edited by the user will return.

Creates a Condition based on a the field being treated as True/False.

Creates a Condition based on a the field being treated as True/False.

Creates a Condition based on a the field being treated as True/False.

Creates a Condition based on the field being treated as Currency.

Creates a Condition based on the field being treated as Currency.

Creates a Condition based on the field being treated as Currency.

Creates a Condition based on the field being treated as a Date.

Creates a Condition based on the field being treated as a Date.

Creates a Condition based on the field being treated as a Date.

Creates a Condition based on the field being treated as a Decimal. Should be used for Currency Fields.

Creates a Condition based on the field being treated as a Decimal. Should be used for Currency Fields.

Creates a Condition based on the field being treated as a Decimal. Should be used for Currency Fields.

Creates a Condition based on a the field being treated as Multiple Choice.

Creates a Condition based on a the field being treated as Multiple Choice.

Creates a Condition based on a the field being treated as Multiple Choice.

Creates a Condition based on the field being treated as a Multiple Object.

Creates a Condition based on the field being treated as a Multiple Object.

Creates a Condition based on the field being treated as a Multiple Object.

Creates a Condition based on a the field being treated as Single Choice.

Creates a Condition based on a the field being treated as Single Choice.

Creates a Condition based on a the field being treated as Single Choice.

Creates a Condition based on the field being treated as a Single Object.

Creates a Condition based on the field being treated as a Single Object.

Creates a Condition based on the field being treated as a Single Object.

ITextConditionBuilder<T> TextField(string fieldName)

Creates a Condition based on the field being treated as Text.

Creates a Condition based on the field being treated as Text.

Creates a Condition based on the field being treated as Text.

IUserConditionBuilder<T> UserField(string fieldName)

Creates a Condition based on the field being treated as a User.

Creates a Condition based on the field being treated as a User.

Creates a Condition based on the field being treated as a User.

Creates a Condition based on the field being treated as a Whole Number.

Creates a Condition based on the field being treated as a Whole Number.

Creates a Condition based on the field being treated as a Whole Number.