Example #1
0
 ///<summary>Sets the value of the <c>&lt;FormNumbers&gt;</c> element.</summary>
 /// <param name="FormNumber">Reference number for the form.</param>
 ///<remarks>
 /// <para>This form of <c>setFormNumbers</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>FormNumbers</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetFormNumbers( FormNumber FormNumber )
 {
     RemoveChild( AssessmentDTD.ASSESSMENTFORM_FORMNUMBERS);
     AddChild( AssessmentDTD.ASSESSMENTFORM_FORMNUMBERS, new FormNumbers( FormNumber ) );
 }
Example #2
0
 ///<summary>Sets the value of the <c>&lt;FormNumbers&gt;</c> element.</summary>
 /// <param name="FormNumber">Reference number for the form.</param>
 ///<remarks>
 /// <para>This form of <c>setFormNumbers</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>FormNumbers</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetFormNumbers(FormNumber FormNumber)
 {
     RemoveChild(AssessmentDTD.ASSESSMENTFORM_FORMNUMBERS);
     AddChild(AssessmentDTD.ASSESSMENTFORM_FORMNUMBERS, new FormNumbers(FormNumber));
 }