Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;CourseLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A CourseLevel object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Conveys the level of the course."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCourseLevel(CourseLevel val)
 {
     SetField(StudentDTD.SCEDCODE_COURSELEVEL, val);
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;CourseLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A CourseLevel object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Conveys the level of the course."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCourseLevel( CourseLevel val )
 {
     SetField( StudentDTD.SCEDCODE_COURSELEVEL, val );
 }