/// <summary>
 /// Sets the value of the <c>&lt;GraduationAward&gt;</c> element.
 /// </summary>
 /// <param name="val">A GradAward object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The award received upon graduation."</para>
 /// <para>This element is known by more than one tag name depending on the version of SIF in use. 
 /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para>
 /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>;
 /// <item><term>2.0 (and greater)</term><description>&lt;GraduationAward&gt;</description></item>
 /// </list>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGraduationAward( GradAward val )
 {
     SetField( StudentDTD.STUDENTSNAPSHOT_GRADUATIONAWARD, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;GraduationAward&gt;</c> element.
 /// </summary>
 /// <param name="val">A GradAward object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The award received upon graduation."</para>
 /// <para>This element is known by more than one tag name depending on the version of SIF in use.
 /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para>
 /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>;
 /// <item><term>2.0 (and greater)</term><description>&lt;GraduationAward&gt;</description></item>
 /// </list>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGraduationAward(GradAward val)
 {
     SetField(StudentDTD.STUDENTSNAPSHOT_GRADUATIONAWARD, val);
 }