FakeDataType enum | QSYS API Reference Guide
Specifies the type of fake data to use for the display pages.
Namespace: ASNA.QSys.Expo.Model
Assembly: ASNA.QSys.Expo.Model.dll
Expo provides a mechanism to test the Razor Pages views by utilizing fake data stored in text files in lieu of invoking the application programs. This enumeration is part of that mechanism.
See the DisplayPagesOptions used with the extension method ConfigureDisplayPagesOptions().
Enum Values
Name | Description | Value |
---|---|---|
Input | Allows user to save display page data rendered on the browser as fake data. | 2 |
None | No fake data is to be used. | 0 |
Output | Use fake data when rendering the display pages. Logic project is not used at all. | 1 |