Represents a set of query conditions used to identify a RelativityObjectRef object.
Inheritance Hierarchy
Relativity.Services.Objects.DataContracts.ObjectIdentificationCriteria
Namespace: Relativity.Services.Objects.DataContracts
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ObjectIdentificationCriteria type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ObjectIdentificationCriteria | Initializes a new instance of the ObjectIdentificationCriteria class |
Properties
Name | Description | |
---|---|---|
![]() | Condition |
Gets or sets the search criteria, which can be a simple, single-field condition or a complex expression made by combining conditions.
|
![]() | ExecutingSavedSearchID |
Gets or sets the ID of the currently executing saved search.
|
![]() | ExecutingViewID |
Gets or sets the ID of the currently executing view.
|
![]() | IsAdhocQuery |
Gets or sets a Boolean value indicating whether the query engine should handle the search or view condition as a query type or simple condition.
|
![]() | ObjectType |
Gets or sets the ObjectTypeRef for the type of object to identify.
|
![]() | QueryHint |
Gets or sets the QueryHint of the currently executing search. A QueryHint is used to optimize the view.
|
![]() | RelationalField |
Gets or sets the FieldRef used to include related items.
|
![]() | RowCondition |
Gets or sets the row condition criteria.
|
![]() | SearchProviderCondition |
Gets or sets the search provider search condition.
|
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