Skip to content

ConstValueList class

Represents list of availalbe values. Each item contain the value itself and some caption representing this value.

public class Korzh.EasyQuery.ConstValueList
: Collection<ConstValueItem>, IList<ConstValueItem>, ICollection<ConstValueItem>, IEnumerable<ConstValueItem>, IEnumerable, IList, ICollection, IReadOnlyList<ConstValueItem>, IReadOnlyCollection<ConstValueItem>
TypeNameDescription
Int32Add(String id, String text)Adds new item with the specified value and caption into the list.