ObjectIdentificationCriteria Class

Relativity Services API
Represents a set of query conditions used to identify a RelativityObjectRef object.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.ObjectIdentificationCriteria

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ObjectIdentificationCriteria

The ObjectIdentificationCriteria type exposes the following members.

Constructors

  NameDescription
Public methodObjectIdentificationCriteria
Initializes a new instance of the ObjectIdentificationCriteria class
Top
Properties

  NameDescription
Public propertyCondition
Gets or sets the search criteria, which can be a simple, single-field condition or a complex expression made by combining conditions.
Public propertyExecutingSavedSearchID
Gets or sets the ID of the currently executing saved search.
Public propertyExecutingViewID
Gets or sets the ID of the currently executing view.
Public propertyIsAdhocQuery
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.
Public propertyObjectType
Gets or sets the ObjectTypeRef for the type of object to identify.
Public propertyQueryHint
Gets or sets the QueryHint of the currently executing search. A QueryHint is used to optimize the view.
Public propertyRelationalField
Gets or sets the FieldRef used to include related items.
Public propertyRowCondition
Gets or sets the row condition criteria.
Public propertySearchProviderCondition
Gets or sets the search provider search condition.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference