SIFWorks ADK 2.0
StandardHierarchyLevel Constructor (description, number)
NamespacesEdustructures.SifWorks.InstrStandardHierarchyLevelStandardHierarchyLevelStandardHierarchyLevelNew(String, Nullable<(Of <Int32>)>)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public StandardHierarchyLevel(
	string description,
	Nullable<int> number
)
Public Sub New ( _
	description As String, _
	number As Nullable(Of Integer) _
)
public:
StandardHierarchyLevel (
	String^ description, 
	Nullable<int> number
)
Parameters
description (String)
Used to describe what role this item is serving in the structure. Some standards describe their levels in terms of standard, strands, and topics. Others use standards, benchmarks, and indicators. This attribute names the level of the item.
number (Nullable<(Of <Int32>)>)
Integer assigned to each hierarchical level within standards tree. The top level is "1".

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