Skip to main content

querylistitem-class

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

public class Korzh.EasyQuery.Services.QueryListItem

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
QueryListItem(string id, string modelId, string name, string desc)voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.
QueryListItem(string id, string name, string desc)voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.
QueryListItem()voidInitializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class.

Properties

NameTypeDescription
descriptionstringGets or sets the query description.
extraobjectGets or sets the object that store any extra information associated with this query or report.
idstringGets or sets the query ID.
modelIdstringGets or sets the data model ID this query/report was created for.
namestringGets or sets the query name.
textstringGets the query name.