NetworkObjectsPagingResultsT Class |
Namespace: Koopman.CheckPoint.Common
public class NetworkObjectsPagingResults<T> : ObjectsPagingResults<T, NetworkObjectsPagingResults<T>>
The NetworkObjectsPagingResultsT type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkObjectsPagingResultsT | Initializes a new instance of the NetworkObjectsPagingResultsT class |
| Name | Description | |
|---|---|---|
| From |
From which element number the query was done.
(Inherited from ObjectsPagingResultsT, U.) | |
| Item |
Gets the object at the specified index.
(Inherited from ObjectsPagingResultsT, U.) | |
| Objects | How much details are returned depends on the details-level field of the request. This table shows the level of detail shown when details-level is set to standard. | |
| To |
To which element number the query was done.
(Inherited from ObjectsPagingResultsT, U.) | |
| Total |
Total number of elements found by the query.
(Inherited from ObjectsPagingResultsT, U.) |
| 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.
(Inherited from ObjectsPagingResultsT, U.) | |
| 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.
(Inherited from ObjectsPagingResultsT, U.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |