ObjectsPagingResultsT, U Class |
Namespace: Koopman.CheckPoint.Common
[JsonObjectAttribute] public abstract class ObjectsPagingResults<T, U> : IEnumerable<T>, IEnumerable where U : ObjectsPagingResults<T, U>
The ObjectsPagingResultsT, U type exposes the following members.
Name | Description | |
---|---|---|
From |
From which element number the query was done.
| |
Item |
Gets the object at the specified index.
| |
To |
To which element number the query was done.
| |
Total |
Total number of elements found by the query.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection of Objects.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
NextPage |
Gets the next page of results from management server.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |