/// <summary>
 /// Sets the value of the <c>&lt;EmployerType&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmployerTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code that defines the employer type."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetEmployerType( EmployerTypeCode val )
 {
     SetField( StudentDTD.STUDENTCONTACTPERSONAL_EMPLOYERTYPE, val );
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;EmployerType&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmployerTypeCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code that defines the employer type."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetEmployerType(EmployerTypeCode val)
 {
     SetField(StudentDTD.STUDENTCONTACT_EMPLOYERTYPE, val);
 }