eqrazorpagesettings-class
Contains the settings for one EasyQuery's default Razor page
public class Korzh.EasyQuery.RazorUI.EqRazorPageSettings
Assembly: Korzh.EasyQuery.RazorUi.dll
Constructors
| Name | Type | Description |
|---|---|---|
| EqRazorPageSettings() | void |
Fields
| Name | Type | Description |
|---|---|---|
| EnableExport | bool | Indicates whether the page should include result exporting functionality (if available). |
| EnableSaveAndLoadQueriesFromFiles | bool | Indicates whether the page should include save and load from file functionality. |
| EqScriptsVersion | string | The version of EasyQuery scripts used in library's Razor views |
| EqStylesVersion | string | The version of EasyQuery CSS files used in library's Razor views |
| ExportFormats | String[] | The list of available export formats. |
| ShowSqlPanel | bool | Indicates whether the page should include "SQL" panel (if available). |
Properties
| Name | Type | Description |
|---|---|---|
| Chart | ChartLibrary | The chart library to be used (if available). |
| EqEndpoint | string | The EasyQuery API endpoint |