SIFWorks ADK 2.0
ValueSetEntry Class
NamespacesEdustructures.SifWorks.Tools.MappingValueSetEntry

[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.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ValueSetEntry
<SerializableAttribute> _
Public Class ValueSetEntry
[SerializableAttribute]
public ref class ValueSetEntry
Members
All MembersConstructorsFields



IconMemberDescription
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)

Inheritance Hierarchy
Object
ValueSetEntry

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10