示例#1
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);
 }
示例#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: 1.1</para>
 /// </remarks>
 public void SetEducationalLevel(EducationalLevelCode val)
 {
     SetField(StudentDTD.STUDENTCONTACT_EDUCATIONALLEVEL, val);
 }