|  | AccessLayersPagingResults Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Koopman.CheckPoint.Common
 Syntax
Syntaxpublic class AccessLayersPagingResults : ObjectsPagingResults<AccessLayer, AccessLayersPagingResults>
The AccessLayersPagingResults type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AccessLayersPagingResults | Initializes a new instance of the AccessLayersPagingResults class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AccessLayers | 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. | 
|  | 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.) | 
|  | 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.) | 
 Methods
Methods| 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.) | 
 See Also
See Also