Class PageState
SuperState class representing the page state
Inherited Members
Namespace: SuperOffice.Cache
Assembly: SuperOffice.DCF.dll
Syntax
public class PageState
Constructors
PageState()
Default constructor
Declaration
public PageState()
Properties
Current
The history list, ordered by the entity key Used for all history elements such as entities and lists
Declaration
public Dictionary<string, List<HistoryItem>> Current { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, List<HistoryItem>> |
CurrentPageState
The active page state
Declaration
public Page CurrentPageState { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |
CustomFileName
SuperState class representing the page state
Declaration
public string CustomFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ForceSize
SuperState class representing the page state
Declaration
public bool ForceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsDialog
True if the page is a dialog page definition
Declaration
public bool IsDialog { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsNew
True if the PageState is the default database state
Declaration
public bool IsNew { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
LastPageState
The last active page state
Declaration
public Page LastPageState { get; set; }
Property Value
| Type | Description |
|---|---|
| Page |
PreferenceKey
The page state's preference key. Set from the application configuration
Declaration
public string PreferenceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
PreferenceSection
The page state's preference section. Set from the application configuration
Declaration
public string PreferenceSection { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UICache
SuperState class representing the page state
Declaration
public bool UICache { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
UserLevelCache
SuperState class representing the page state
Declaration
public bool UserLevelCache { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
WindowHeight
Sets the pixel height of the window. Used for sizing the window when opening a dialog.
Declaration
public int WindowHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
WindowName
SuperState class representing the page state
Declaration
public string WindowName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
WindowWidth
Sets the pixel width of the window. Used for sizing the window when opening a dialog.
Declaration
public int WindowWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |