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