コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A InstructionalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code representing the general nature and difficulty of instruction provided."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode(InstructionalLevelCode val)
 {
     SetField(CommonDTD.INSTRUCTIONALLEVEL_CODE, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AcademicTrack&gt;</c> element.
 /// </summary>
 /// <param name="val">A InstructionalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "An indication of the general nature and difficulty of instruction provided throughout a course."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAcademicTrack( InstructionalLevelCode val )
 {
     SetField( EtranscriptsDTD.ACADEMICPERFORMANCESUMMARY_ACADEMICTRACK, val );
 }
コード例 #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A InstructionalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code representing the general nature and difficulty of instruction provided."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetCode( InstructionalLevelCode val )
 {
     SetField( CommonDTD.INSTRUCTIONALLEVEL_CODE, val );
 }