[This is preliminary documentation and is subject to change.]
An entry in a ValueSet.
Each ValueSet entry describes a mapping between a local application value
and a SIF value. Additional fields include a display title and display order
for presenting ValueSet entries in a user interface.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class ValueSetEntry
<SerializableAttribute> _ Public Class ValueSetEntry
[SerializableAttribute] public ref class ValueSetEntry
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| ValueSetEntryValueSetEntryNew(String, String, String) | Constructor | |
| ValueSetEntryValueSetEntryNew(String, String, String, Int32) | Constructor | |
| DisplayOrder | An optional display order for arranging ValueSetEntries in a user interface | |
| Name | The name of this entry (i.e. the application-defined value) | |
| Node | The optional DOM XmlElement that defines this ValueSetEntry in the configuration file | |
| Title | An optional title for displaying ValueSetEntries in a user interface | |
| Val | The value of this entry (i.e. the corresponding SIF-defined value) |
| Object | |
| ValueSetEntry | |