Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;TerminationCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmploymentSeperationReason object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "If appropriate, employment separation reason"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetTerminationCode( EmploymentSeperationReason val )
 {
     SetField( ProfdevDTD.EMPLOYEECREDENTIAL_TERMINATIONCODE, val );
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;TerminationCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A EmploymentSeperationReason object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "If appropriate, employment separation reason"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetTerminationCode(EmploymentSeperationReason val)
 {
     SetField(ProfdevDTD.EMPLOYEECREDENTIAL_TERMINATIONCODE, val);
 }