ListRequestOptions class
Represents different options specified in GetList AJAX request
public class Korzh.EasyQuery.Services.ListRequestOptionsPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
ListRequestOptions(EasyQueryManager manager, string editorId) | void | Initializes a new instance of the Korzh.EasyQuery.Services.ListRequestOptions class. |
ListRequestOptions(EasyQueryManager manager, string editorId, IDictionary<string, string> extraParams) | void | Initializes a new instance of the Korzh.EasyQuery.Services.ListRequestOptions class. |
Fields
Section titled “Fields”| Name | Type | Description |
|---|---|---|
| ExtraParams | IDictionary<string, string> | The query (specified in the url) |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Editor | ListValueEditor | The editor. |
| EditorId | string | Gets or sets editor’s ID inside specified model |
| ListName | string | Gets or sets the name of the list. |
| Manager | EasyQueryManager | Gets the EasyQueryManager |
| Sql | string | Gets or sets the SQL statement (for SQLLIST value editors). |