Relativity.API.Foundation.Query.Conditions
Namespace with 18 public types
Classes
                                     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
                                
                            
                            
                                
                                     AnyCondition
                                    A set of conditions that if any one of which would return a result will cause a result to be returned.
            This is treated effectively as an OR between all conditions added to this.
            Example: Condition1 OR Condition2 OR Condition3 OR Condition 4
                                
                            
                            
                                
                                     BetweenCondition`1
                                    A condition that filters based on values found between the start and end values.
                                
                            
                            
                                
                                     CurrentUserCondition
                                    A condition that filters results to only values that match the current user.
                                
                            
                            
                                
                                     HasValueCondition
                                    Builds a condition that returns a result if there is any value populated for the field.
                                
                            
                            
                                
                                     MonthOfDateCondition
                                    Builds a condition that returns a result if the Month of date value matches.
                                
                            
                            
                                
                                     RelativeDateCondition
                                    A condition that filters based on date being found between in a range relative to the execution time.
                                
                            
                            
                                
                                     ScratchTableSubQuery
                                    A condition that filters based on values found in a scratch table.
                                
                            
                            
                                
                                     SearchCondition
                                    A condition that filters based on the values returned by the results of a saved search.
                                
                            
                            
                                
                                     SearchProviderCondition
                                    A condition that filters based on values returned by a search provider given the input.
                                
                            
                            
                                
                                     SimpleCondition`1
                                    A simple Condition on a field
                                
                            
                            
                                
                                     SubQueryCondition
                                    A condition that filters based on the values found in results returned by the conditions.
                                
                            
                            
                                
                                     ViewCondition
                                    A condition that filters based on the values returned by the results of a view.
                                
                            
                        
                        Enumerations
                                     Operator
                                    The way to compare the values against the condition's values.
                                
                            
                            
                                
                                     TimeFrame
                                    A time frame that produces the relative data based on when the query is executed.
                                
                            
                        
                        Abstract Classes
                                     BaseFieldCondition
                                    A condition that targets a field.
                                
                            
                            
                                
                                     CompositeCondition
                                    A collection of Conditions.
                                
                            
                            
                                
                                     Condition
                                    A condition that filters the results of a query