ListRequestOptions class

Represents different options specified in GetList AJAX request

public class Korzh.EasyQuery.Services.ListRequestOptions

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

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

Name Type Description
ExtraParams IDictionary<string, string> The query (specified in the url)

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).