The output of a call to the Query method.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.Query<T>
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Type Parameters
- T
- The type of artifacts which will be retrieved by the Query.
The Query<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Query<T>() |
Initializes a new instance of the Query class.
|
![]() | Query<T>(List<FieldValue>, Condition, List<Sort>) |
Initializes a new instance of the Query class.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactTypeGuid |
Gets or sets the guid that corresponds to the artifact type. Provide either the ArtifactTypeID, ArtifactTypeName, or ArtifactTypeGuid.
|
![]() | ArtifactTypeID |
Gets or sets the artifact type ID. Provide either the ArtifactTypeID or the ArtifactTypeName.
|
![]() | ArtifactTypeName |
Gets or sets the name of the artifact type. Provide either the ArtifactTypeID or the ArtifactTypeName.
|
![]() | Condition |
Gets or sets the search critera. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
|
![]() | Fields |
Identifies the set of Fields that should be returned by the query. You may choose to return only a subset of all available fields.
If you wish to return ALL fields, leave the Fields collection empty.
|
![]() | RelationalField |
Indicates whether related items should be returned in the result set.
When related items are returned, it also indicates which relational field should be used in the search.
|
![]() | SearchProviderCondition |
Contains the necessary parameters to execute a Search Provider search.
|
![]() | Sorts |
This list of Sort objects indicates how the results should be sorted. See Sort.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also