Skip to content

ListItem class

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

NameTypeDescription
ListItem(string id, string text, IEnumerable<ListItem> items)voidInitializes a new instance of the Korzh.EasyQuery.Services.ListItem class.
ListItem(string id, string text)voidInitializes a new instance of the Korzh.EasyQuery.Services.ListItem class.
ListItem(string idAndText)voidInitializes a new instance of the Korzh.EasyQuery.Services.ListItem class.
NameTypeDescription
idstringGets or sets the identifier.
itemsIEnumerable<ListItem>Gets or sets the list of sub-items for the current item.
textstringGets or sets the text.