![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Status of page. More...
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... | |
Status of page.
int PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.GetCurrentPage | ( | ) |
Get the current page number. Note that the first page is numbered '1'.
Implemented in PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl.
int PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.IPageStatus.GetLastPage | ( | ) |
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.
Implemented in PushTechnology.DiffusionCore.Messaging.Data.Paging.PageStatusImpl.
|
getset |
Returns whether the page is 'dirty', meaning that it is currently out of date and the page needs to be refreshed.