///<summary>Sets the value of the <c><ExitStatus></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 ) ); }
/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="code">Code indicating the exit status for this affiliation.</param> /// public ExitStatus(ExitStatusCode code) : base(CommonDTD.EXITSTATUS) { this.SetCode(code); }
/// <summary> /// Sets the value of the <c>Code</c> attribute. /// </summary> /// <param name="val">A ExitStatusCode object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this attribute as: "Code indicating the exit status for this affiliation."</para> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void SetCode(ExitStatusCode val) { SetField(CommonDTD.EXITSTATUS_CODE, val); }
///<summary>Sets the value of the <c><ExitStatus></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 ) ); }
///<summary>Sets the value of the <c><ExitStatus></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.2</para> /// </remarks> public void SetExitStatus(ExitStatusCode Code) { RemoveChild(CommonDTD.STUDENTLEARELATIONSHIP_EXITSTATUS); AddChild(CommonDTD.STUDENTLEARELATIONSHIP_EXITSTATUS, new ExitStatus(Code)); }
///<summary>Sets the value of the <c><ExitStatus></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.5</para> /// <para>Since: 2.2</para> /// </remarks> public void SetExitStatus( ExitStatusCode Code ) { RemoveChild( CommonDTD.STUDENTLEARELATIONSHIP_EXITSTATUS); AddChild( CommonDTD.STUDENTLEARELATIONSHIP_EXITSTATUS, new ExitStatus( Code ) ); }
/// <summary> /// Constructor that accepts values for all mandatory fields /// </summary> ///<param name="code">Code indicating the exit status for this affiliation.</param> /// public ExitStatus( ExitStatusCode code ) : base(CommonDTD.EXITSTATUS) { this.SetCode( code ); }
/// <summary> /// Sets the value of the <c>Code</c> attribute. /// </summary> /// <param name="val">A ExitStatusCode object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this attribute as: "Code indicating the exit status for this affiliation."</para> /// <para>Version: 2.5</para> /// <para>Since: 1.1</para> /// </remarks> public void SetCode( ExitStatusCode val ) { SetField( CommonDTD.EXITSTATUS_CODE, val ); }