예제 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;DiplomaCredentialHonorsCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A DiplomaCredentialAndHonorsType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The nature of recognition given the student for the successful completion of work in high school."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetDiplomaCredentialHonorsCode( DiplomaCredentialAndHonorsType val )
 {
     SetField( EtranscriptsDTD.ACTIVITYAWARD_DIPLOMACREDENTIALHONORSCODE, val );
 }
예제 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;DiplomaCredentialHonorsCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A DiplomaCredentialAndHonorsType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The nature of recognition given the student for the successful completion of work in high school."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetDiplomaCredentialHonorsCode(DiplomaCredentialAndHonorsType val)
 {
     SetField(EtranscriptsDTD.ACTIVITYAWARD_DIPLOMACREDENTIALHONORSCODE, val);
 }