![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Public Member Functions | |
PageOption (string code) | |
Constructor. More... | |
Static Public Member Functions | |
static string | Parse (string option) |
Returns the option associated with a given type code. More... | |
Public Attributes | |
const string | Refresh = "R" |
Refresh the current page. More... | |
const string | Next = "N" |
Move to next page. More... | |
const string | Prior = "P" |
Move to prior page. More... | |
const string | First = "F" |
Move to first page. More... | |
const string | Last = "L" |
Move to last page. More... | |
Properties | |
string | Code [get, set] |
The code corresponding to the page option. More... | |
Paging options.
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.PageOption | ( | string | code | ) |
Constructor.
code |
|
static |
Returns the option associated with a given type code.
option | Option type code (case insensitive). |
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.First = "F" |
Move to first page.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.Last = "L" |
Move to last page.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.Next = "N" |
Move to next page.
If no next page then this has the same effect as 'Refresh'.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.Prior = "P" |
Move to prior page.
If no prior page then this has the same effect as 'Refresh'.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.PageOption.Refresh = "R" |
Refresh the current page.
|
getset |
The code corresponding to the page option.