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
| Name | Type | Description |
|---|---|---|
QueryListItem(string id, string modelId, string name, string desc) | void | Initializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class. |
QueryListItem(string id, string name, string desc) | void | Initializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class. |
| QueryListItem() | void | Initializes a new instance of the Korzh.EasyQuery.Services.QueryListItem class. |
Properties
| Name | Type | Description |
|---|---|---|
| description | string | Gets or sets the query description. |
| extra | object | Gets or sets the object that store any extra information associated with this query or report. |
| id | string | Gets or sets the query ID. |
| modelId | string | Gets or sets the data model ID this query/report was created for. |
| name | string | Gets or sets the query name. |
| text | string | Gets the query name. |