UserInfoQueryResultSet Class

Relativity Services API
Represents a list of users matching the conditions specified in a query.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.UserInfo.Models.UserInfoQueryResultSet

Namespace:  Relativity.Services.Interfaces.UserInfo.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class UserInfoQueryResultSet

The UserInfoQueryResultSet type exposes the following members.

Constructors

  NameDescription
Public methodUserInfoQueryResultSet
Initializes a new instance of the UserInfoQueryResultSet class
Top
Properties

  NameDescription
Public propertyCurrentStartIndex
Gets or sets the index of the first artifact in the result set.
Public propertyDataResults
Gets or sets the results of the query as a list of UserInfo objects.
Public propertyResultCount
Gets or sets the number of objects returned by the current query.
Public propertyTotalResultCount
Gets or sets the total number of objects in Relativity that meet the criteria of the query. Due to paging, this count may be larger than the number of objects returned in the ResultCount property.
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