///<summary>Sets the value of the <c><FormAccommodations></c> element.</summary> /// <param name="FormAccommodation">This list is one or more of the specific accommodations available. If no accommodations are provided, then this list will not be present.</param> ///<remarks> /// <para>This form of <c>setFormAccommodations</c> is provided as a convenience method /// that is functionally equivalent to the <c>FormAccommodations</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetFormAccommodations(FormAccommodation FormAccommodation) { RemoveChild(AssessmentDTD.SIF3ASSESSMENTFORM_FORMACCOMMODATIONS); AddChild(AssessmentDTD.SIF3ASSESSMENTFORM_FORMACCOMMODATIONS, new FormAccommodations(FormAccommodation)); }
///<summary>Sets the value of the <c><FormAccommodations></c> element.</summary> /// <param name="FormAccommodation">This list is one or more of the specific accommodations available. If no accommodations are provided, then this list will not be present.</param> ///<remarks> /// <para>This form of <c>setFormAccommodations</c> is provided as a convenience method /// that is functionally equivalent to the <c>FormAccommodations</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetFormAccommodations( FormAccommodation FormAccommodation ) { RemoveChild( AssessmentDTD.SIF3ASSESSMENTFORM_FORMACCOMMODATIONS); AddChild( AssessmentDTD.SIF3ASSESSMENTFORM_FORMACCOMMODATIONS, new FormAccommodations( FormAccommodation ) ); }