Click or drag to resize

ObjectsPagingResultsT, U Class

Result from commands that return multiple objects.
Inheritance Hierarchy

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonObjectAttribute]
public abstract class ObjectsPagingResults<T, U> : IEnumerable<T>, 
	IEnumerable
where U : ObjectsPagingResults<T, U>
Request Example View Source

Type Parameters

T
Type of the result objects
U
ObjectsPagingResults used for T

The ObjectsPagingResultsT, U type exposes the following members.

Properties
  NameDescription
Public propertyFrom
From which element number the query was done.
Public propertyItem
Gets the object at the specified index.
Public propertyTo
To which element number the query was done.
Public propertyTotal
Total number of elements found by the query.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection of Objects.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNextPage
Gets the next page of results from management server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also