QSysRoute class | QSYS API Reference Guide
Defines Route values for redirecting pages when switching display files
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object
Constructors
Name | Description |
---|---|
QSysRoute(String, Int32) | Initializes the QSysRoute class |
QSysRoute(String, Int32)
Initializes the QSysRoute class
QSysRoute(String, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
String | area | The name of the area where the page is found. Set to null for pages living outside an area. |
Int32 | jobHandle | The jobHandle associated with the job requesting the redirect. |
Properties
Type | Name | Description |
---|---|---|
String | area | Gets and sets the Page’s Area. |
Nullable<Int32> | JobHandle | Gets and sets the JobHandle associated with this route which will be used as a route’s QueryString value. |