Show / Hide Table of Contents

Class Page

SuperState class representing a page

Inheritance
Object
Page
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top