Click or drag to resize

DslPage Class

The DslPage is corresponding to access page in Casewhere system. It contains exposed data on a page.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWorkerSitePage
    Casewhere.Runtime.DSLDslPage

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslPage : DslWorkerSitePage

The DslPage type exposes the following members.

Constructors
 NameDescription
Public methodDslPageInitializes a new instance of the DslPage class
Top
Properties
 NameDescription
Public propertyEvents List of events that associated with the page
Public propertyHideOnWorkerSite Flag of the page that indicates page is hidden on worker site or not.
Public propertyId Identifier of the page.
(Inherited from DslWorkerSitePage)
Public propertyName Name of the page
(Inherited from DslWorkerSitePage)
Public propertyProductId ProductId specifies product which the page depend on.
Public propertyTags The tags are attached to a page
Public propertyTitle Title of the page
Public propertyWidgetIds List of widgets that associated with the page
Top
See Also