Represents a list of users matching the conditions specified in a query.
Inheritance Hierarchy
Relativity.Services.Interfaces.UserInfo.Models.UserInfoQueryResultSet
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The UserInfoQueryResultSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserInfoQueryResultSet | Initializes a new instance of the UserInfoQueryResultSet class |
Properties
Name | Description | |
---|---|---|
![]() | CurrentStartIndex |
Gets or sets the index of the first artifact in the result set.
|
![]() | DataResults |
Gets or sets the results of the query as a list of UserInfo objects.
|
![]() | ResultCount |
Gets or sets the number of objects returned by the current query.
|
![]() | TotalResultCount |
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.
|
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