コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;HonorsInformationCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A HonorsInformationCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "A designation of the type of academic distinctions or other honors earned by or awarded to the student."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetHonorsInformationCode( HonorsInformationCode val )
 {
     SetField( EtranscriptsDTD.ACTIVITYAWARD_HONORSINFORMATIONCODE, val );
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;HonorsInformationCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A HonorsInformationCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "A designation of the type of academic distinctions or other honors earned by or awarded to the student."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetHonorsInformationCode(HonorsInformationCode val)
 {
     SetField(EtranscriptsDTD.ACTIVITYAWARD_HONORSINFORMATIONCODE, val);
 }