Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus Interface Reference

Status of page. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus:
PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl

Public Member Functions

int GetCurrentPage ()
 Get the current page number. Note that the first page is numbered '1'. More...
 
int GetLastPage ()
 Returns the current highest page number. More...
 
int GetTotalNumberOfLines ()
 Returns the total number of lines in the data. More...
 

Properties

bool IsDirty [get, set]
 Returns whether the page is 'dirty', meaning that it is currently out of date and the page needs to be refreshed. More...
 

Detailed Description

Status of page.

Member Function Documentation

int PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.GetCurrentPage ( )

Get the current page number. Note that the first page is numbered '1'.

Returns
The current page number.

Implemented in PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl.

int PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.GetLastPage ( )

Returns the current highest page number.

Returns
The current highest page number.

Implemented in PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl.

int PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.GetTotalNumberOfLines ( )

Returns the total number of lines in the data.

Returns
The total number of lines.

Implemented in PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl.

Property Documentation

bool PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.IsDirty
getset

Returns whether the page is 'dirty', meaning that it is currently out of date and the page needs to be refreshed.

Returns