/// <summary>
 /// Sets the value of the <c>&lt;Literacy&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in Literacy or English according to the National Standard."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLiteracy( ProgressLevelType val )
 {
     SetField( StudentDTD.STUDENTSDTN_LITERACY, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Result&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in other learning area according to the National Standard."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetResult( ProgressLevelType val )
 {
     SetField( StudentDTD.OTHERLEARNINGAREA_RESULT, val );
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Result&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in other learning area according to the National Standard."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetResult(ProgressLevelType val)
 {
     SetField(StudentDTD.OTHERLEARNINGAREA_RESULT, val);
 }
Exemple #4
0
 /// <summary>
 /// Sets the value of the <c>&lt;Literacy&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in Literacy or English according to the National Standard."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLiteracy(ProgressLevelType val)
 {
     SetField(StudentDTD.STUDENTSDTN_LITERACY, val);
 }