AccessRulebasePagingResults Class |
Namespace: Koopman.CheckPoint.Common
public class AccessRulebasePagingResults : ObjectsPagingResults<IRulebaseEntry, AccessRulebasePagingResults>
The AccessRulebasePagingResults type exposes the following members.
Name | Description | |
---|---|---|
AccessRulebasePagingResults | Initializes a new instance of the AccessRulebasePagingResults 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.) | |
Name |
Object unique identifier.
| |
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. | |
Rulebase | 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.) | |
UID |
Object unique identifier.
|
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.) |