/// <summary>
 /// Sets the value of the <c>&lt;EducationLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The highest level of education completed by the contact person."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetEducationLevel( EducationalLevelCode val )
 {
     SetField( StudentDTD.STUDENTCONTACTPERSONAL_EDUCATIONLEVEL, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;EducationalLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The highest level of education completed by the contact person."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetEducationalLevel(EducationalLevelCode val)
 {
     SetField(CommonDTD.CONTACT_EDUCATIONALLEVEL, val);
 }
Example #3
0
 /// <summary>
 /// Sets the value of the <c>&lt;EducationalLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Highest level of education completed by the contact."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetEducationalLevel( EducationalLevelCode val )
 {
     SetField( ReportingDTD.SLCONTACT_EDUCATIONALLEVEL, val );
 }
Example #4
0
 /// <summary>
 /// Sets the value of the <c>&lt;EducationalLevel&gt;</c> element.
 /// </summary>
 /// <param name="val">A EducationalLevelCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The highest level of education completed by the contact person."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetEducationalLevel( EducationalLevelCode val )
 {
     SetField( CommonDTD.CONTACT_EDUCATIONALLEVEL, val );
 }