///<summary>Sets the value of the <c>&lt;ExitStatus&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the exit status for this affiliation.</param>
 ///<remarks>
 /// <para>This form of <c>setExitStatus</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ExitStatus</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetExitStatus(ExitStatusCode Code)
 {
     RemoveChild(StudentDTD.STUDENTSCHOOLENROLLMENT_EXITSTATUS);
     AddChild(StudentDTD.STUDENTSCHOOLENROLLMENT_EXITSTATUS, new ExitStatus(Code));
 }
Ejemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;ExitStatus&gt;</c> element.</summary>
 /// <param name="Code">Code indicating the exit status for this affiliation.</param>
 ///<remarks>
 /// <para>This form of <c>setExitStatus</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ExitStatus</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetExitStatus(ExitStatusCode Code)
 {
     RemoveChild(EtranscriptsDTD.STUDENTSCHOOLENROLLMENTHISTORY_EXITSTATUS);
     AddChild(EtranscriptsDTD.STUDENTSCHOOLENROLLMENTHISTORY_EXITSTATUS, new ExitStatus(Code));
 }