Represents one item in lists returned as response for GetValueList request
public class Korzh.EasyQuery.Services.ListItem
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
ListItem(string id, string text, IEnumerable <ListItem> items) |
void |
Initializes a new instance of the Korzh.EasyQuery.Services.ListItem class. |
ListItem(string id, string text) |
void |
Initializes a new instance of the Korzh.EasyQuery.Services.ListItem class. |
ListItem(string idAndText) |
void |
Initializes a new instance of the Korzh.EasyQuery.Services.ListItem class. |
Properties
Name | Type | Description |
---|---|---|
id | string |
Gets or sets the identifier. |
items | IEnumerable <ListItem> |
Gets or sets the list of sub-items for the current item. |
text | string |
Gets or sets the text. |