Skip to main content

listrequestoptions-class

Represents different options specified in GetList AJAX request

public class Korzh.EasyQuery.Services.ListRequestOptions

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ListRequestOptions(EasyQueryManager manager, string editorId)voidInitializes a new instance of the Korzh.EasyQuery.Services.ListRequestOptions class.
ListRequestOptions(EasyQueryManager manager, string editorId, IDictionary<string, string> extraParams)voidInitializes a new instance of the Korzh.EasyQuery.Services.ListRequestOptions class.

Fields

NameTypeDescription
ExtraParamsIDictionary<string, string>The query (specified in the url)

Properties

NameTypeDescription
EditorListValueEditorThe editor.
EditorIdstringGets or sets editor's ID inside specified model
ListNamestringGets or sets the name of the list.
ManagerEasyQueryManagerGets the EasyQueryManager
SqlstringGets or sets the SQL statement (for SQLLIST value editors).