Skip to content

ConstValueList class

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

public class EasyData.ConstValueList
: Collection<ConstValueItem>

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
ConstValueList()void
NameTypeDescription
Add(string id, string text)intAdds new item with the specified value and caption into the list.