ExpoAjaxRequest class | QSYS API Reference Guide
Defines the ExpoAjaxRequest class (used for JSON serialization)
Namespace: ASNA.QSys.Expo.Model Assembly: ASNA.QSys.Expo.Model.dll
Inheritance: Object
Properties
| Type | Name | Description |
|---|---|---|
| String | action | Gets or sets the action description that defines the interpretation of the rest of properties |
| String | dupFields | If action == “get5250”, gets or sets the collection of user input dup fields |
| String | encodedRequest | If action == “get5250”, gets or sets the encoded user input data |
| Int32 | from | If action == “getRecords”, gets or sets the upper rrn range of records requested |
| IconShapeRequest[] | iconForElement | If action == “getIconCollection”, gets or sets the collection of requested icon SVG shapes |
| String | recordName | If action == “getRecords”, gets or sets the name of the record format requested |
| String | requestorAidKey | Gets or sets the AID key (i.e. PgDn, PgDn) that triggered the AJAX request |
| String | telnetFlags | If action == “get5250”, gets or sets the input telnet flags |
| Int32 | to | If action == “getRecords”, gets or sets the lower rrn range of records requested |
| Boolean | wantDropped | If action == “getRecords”, gets or sets a boolean value indicating to drop fields while populating record |