GraphPageView Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9313)
Provides data for paging functionality. Represents the Graph '$skip' and '$top' parameters.
Syntax
public class GraphPageView
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphPageView(Int32, Int32) | Creates an indexed page view definition object. |
Properties
| Name | Description |
|---|---|
| Count | Gets the count of the items within the page. |
| Offset | Gets the Zero-based offset of the page. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string representation of this object. |