///<summary>Sets the value of the <c><PerformanceIndicators></c> element.</summary> /// <param name="PerformanceIndicator">The specific measurement goal at the end of the intervention that each student should reach.</param> ///<remarks> /// <para>This form of <c>setPerformanceIndicators</c> is provided as a convenience method /// that is functionally equivalent to the <c>PerformanceIndicators</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetPerformanceIndicators(PerformanceIndicator PerformanceIndicator) { RemoveChild(InstrDTD.RTIRESULTS_PERFORMANCEINDICATORS); AddChild(InstrDTD.RTIRESULTS_PERFORMANCEINDICATORS, new PerformanceIndicators(PerformanceIndicator)); }
///<summary>Sets the value of the <c><PerformanceIndicators></c> element.</summary> /// <param name="PerformanceIndicator">The specific measurement goal at the end of the intervention that each student should reach.</param> ///<remarks> /// <para>This form of <c>setPerformanceIndicators</c> is provided as a convenience method /// that is functionally equivalent to the <c>PerformanceIndicators</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetPerformanceIndicators( PerformanceIndicator PerformanceIndicator ) { RemoveChild( InstrDTD.RTIRESULTS_PERFORMANCEINDICATORS); AddChild( InstrDTD.RTIRESULTS_PERFORMANCEINDICATORS, new PerformanceIndicators( PerformanceIndicator ) ); }