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
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ConstValueList() | void |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
Add(string id, string text) | int | Adds new item with the specified value and caption into the list. |