/// <summary>
 /// Sets the value of the <c>&lt;EmploymentType&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmploymentType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code that defines employment type. This is compulsory for Parents or Guardians of the Student."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetEmploymentType(EmploymentType val)
 {
     SetField(StudentDTD.STUDENTCONTACTPERSONAL_EMPLOYMENTTYPE, val);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;EmploymentType&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmploymentType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code that defines employment type. This is compulsory for Parents or Guardians of the Student."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetEmploymentType( EmploymentType val )
 {
     SetField( StudentDTD.STUDENTCONTACT_EMPLOYMENTTYPE, val );
 }