DslPage Class

The DslPage is corresponding to access page in Casewhere system. It contains exposed data on a page.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslPage : DslWorkerSitePage
Inheritance
Object    DslWorkerSitePage    DslPage

Constructors

DslPage Initializes a new instance of the DslPage class

Properties

Events List of events that associated with the page
HideOnWorkerSite Flag of the page that indicates page is hidden on worker site or not.
Id Identifier of the page.
(Inherited from DslWorkerSitePage)
Name Name of the page
(Inherited from DslWorkerSitePage)
ProductId ProductId specifies product which the page depend on.
Tags The tags are attached to a page
Title Title of the page
WidgetIds List of widgets that associated with the page

See Also