Class View
SuperState class representing a view
Inherited Members
Namespace: SuperOffice.Cache
Assembly: SuperOffice.DCF.dll
Syntax
public class View
Constructors
View()
Default constructor
Declaration
public View()
View(String, String)
Init constructor
Declaration
public View(string id, string soprotocol)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | The view's id |
| String | soprotocol | The soprotocol representing this view |
Properties
Current
The main current associated with the view.
Declaration
public string Current { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
CurrentTriggers
The list of current types that this view depends on
Declaration
public List<string> CurrentTriggers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<String> |
HasChanged
True if the view has changed since last use
Declaration
public bool HasChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Id
The name of the view
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Params
The view parameters
Declaration
public Dictionary<string, string> Params { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, String> |
PrimaryCurrents
SuperState class representing a view
Declaration
public List<string> PrimaryCurrents { get; set; }
Property Value
| Type | Description |
|---|---|
| List<String> |
SoProtocol
The soprotocol string representing this view
Declaration
public string SoProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| String |