Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Numeracy&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentSDTNProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in Numeracy or Maths according to the National Standard."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetNumeracy( StudentSDTNProgressLevelType val )
 {
     SetField( StudentDTD.STUDENTSDTN_NUMERACY, val );
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Numeracy&gt;</c> element.
 /// </summary>
 /// <param name="val">A StudentSDTNProgressLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Progress in Numeracy or Maths according to the National Standard."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetNumeracy(StudentSDTNProgressLevelType val)
 {
     SetField(StudentDTD.STUDENTSDTN_NUMERACY, val);
 }