///<summary>Sets the value of the <c><ScoreComments></c> element.</summary> /// <param name="ScoreComment">A ScoreComment</param> ///<remarks> /// <para>This form of <c>setScoreComments</c> is provided as a convenience method /// that is functionally equivalent to the <c>ScoreComments</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetScoreComments( ScoreComment ScoreComment ) { RemoveChild( Sif3assessmentDTD.SIF3SCORE_SCORECOMMENTS); AddChild( Sif3assessmentDTD.SIF3SCORE_SCORECOMMENTS, new ScoreCommentList( ScoreComment ) ); }
///<summary>Sets the value of the <c><ScoreComments></c> element.</summary> /// <param name="ScoreComment">A ScoreComment</param> ///<remarks> /// <para>This form of <c>setScoreComments</c> is provided as a convenience method /// that is functionally equivalent to the <c>ScoreComments</c></para> /// <para>Version: 2.6</para> /// <para>Since: 2.6</para> /// </remarks> public void SetScoreComments(ScoreComment ScoreComment) { RemoveChild(Sif3assessmentDTD.SIF3SCORE_SCORECOMMENTS); AddChild(Sif3assessmentDTD.SIF3SCORE_SCORECOMMENTS, new ScoreCommentList(ScoreComment)); }