SIFWorks ADK 2.0
ValueSet Constructor (id, title, node)
NamespacesEdustructures.SifWorks.Tools.MappingValueSetValueSetValueSetNew(String, String, XmlElement)

[This is preliminary documentation and is subject to change.]

Constructs a ValueSet with an ID, display title, and associated DOM XmlElement
Declaration Syntax
C#Visual BasicVisual C++
public ValueSet(
	string id,
	string title,
	XmlElement node
)
Public Sub New ( _
	id As String, _
	title As String, _
	node As XmlElement _
)
public:
ValueSet (
	String^ id, 
	String^ title, 
	XmlElement^ node
)
Parameters
id (String)
title (String)
node (XmlElement)

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