Skip to content

QueryListItem class

Represents one item in the list of queries (usually returned for GetQueries request)

public class Korzh.EasyQuery.Services.QueryListItem

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

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
QueryListItem(string id, string name, string desc)voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.
QueryListItem(string id, string name)voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.
QueryListItem()voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.
NameTypeDescription
descriptionstringGets or sets the query description.
idstringGets or sets the query ID.
namestringGets or sets the query name.
textstringGets the query name.