ListItem class
Represents one item in lists returned as response for GetValueList request
public class Korzh.EasyQuery.Services.ListItem
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | id | Gets or sets the identifier. |
IEnumerable<ListItem> | items | Gets or sets the list of sub-items for the current item. |
String | text | Gets or sets the text. |