SIFWorks ADK 2.0
CourseCredits Constructor (type, value)
NamespacesEdustructures.SifWorks.StudentCourseCreditsCourseCreditsCourseCreditsNew(CreditType, Nullable<(Of <Decimal>)>)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public CourseCredits(
	CreditType type,
	Nullable<decimal> value
)
Public Sub New ( _
	type As CreditType, _
	value As Nullable(Of Decimal) _
)
public:
CourseCredits (
	CreditType^ type, 
	Nullable<Decimal> value
)
Parameters
type (CreditType)
The type of credit offered
value (Nullable<(Of <Decimal>)>)
Gets or sets the content value of the &lt;CourseCredits&gt; element

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