Skip to main content

listitem-class

Represents one item in lists returned as response for GetValueList request

public class Korzh.EasyQuery.Services.ListItem

Assembly: Korzh.EasyQuery.dll

Constructors

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.

Properties

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.