示例#1
0
 /// <summary>
 /// Sets the value of the <c>&lt;GraduationOnTime&gt;</c> element.
 /// </summary>
 /// <param name="val">A GradOnTime object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Did the student graduate in the expected number of years?"</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;GraduationOnTime&gt;</description></item>
 /// </list>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGraduationOnTime( GradOnTime val )
 {
     SetField( StudentDTD.STUDENTSNAPSHOT_GRADUATIONONTIME, val );
 }
示例#2
0
 /// <summary>
 /// Sets the value of the <c>&lt;GraduationOnTime&gt;</c> element.
 /// </summary>
 /// <param name="val">A GradOnTime object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Did the student graduate in the expected number of years?"</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;GraduationOnTime&gt;</description></item>
 /// </list>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGraduationOnTime(GradOnTime val)
 {
     SetField(StudentDTD.STUDENTSNAPSHOT_GRADUATIONONTIME, val);
 }