SIFWorks ADK 2.0
CurriculumHierarchyLevel Constructor (name, number, description)
NamespacesEdustructures.SifWorks.InstrCurriculumHierarchyLevelCurriculumHierarchyLevelCurriculumHierarchyLevelNew(String, Nullable<(Of <Int32>)>, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public CurriculumHierarchyLevel(
	string name,
	Nullable<int> number,
	string description
)
Public Sub New ( _
	name As String, _
	number As Nullable(Of Integer), _
	description As String _
)
public:
CurriculumHierarchyLevel (
	String^ name, 
	Nullable<int> number, 
	String^ description
)
Parameters
name (String)
Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms. This attribute names the level of the item.
number (Nullable<(Of <Int32>)>)
Integer assigned to each hierarchical level within the CurriculumStructure tree. The top level is 1.
description (String)
Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms.

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