Class Page
SuperState class representing a page
Inherited Members
Namespace: SuperOffice.Cache
Assembly: SuperOffice.DCF.dll
Syntax
public class Page
Constructors
Page()
Default constructor
Declaration
public Page()
Properties
DataCache
Cache for data objects belonging to this page It is the responsibility for the page's datahandler to maintain the data cache The cache is flushed on page change
Declaration
public Dictionary<string, object> DataCache { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, Object> |
Id
The Page id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Panels
The panels belonging to this page The Dictionary key is the panel name
Declaration
public Dictionary<string, Panel> Panels { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, Panel> |
SoProtocol
The Page soprotocol string
Declaration
public string SoProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| String |