Exemplo n.º 1
0
 ///<summary>Sets the value of the <c>&lt;ScoreComments&gt;</c> element.</summary>
 /// <param name="ScoreComment">Provides a wrapper for the code and description pairs for comment codes.</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(AssessmentDTD.SCORESIF3RUBRIC_SCORECOMMENTS);
     AddChild(AssessmentDTD.SCORESIF3RUBRIC_SCORECOMMENTS, new ScoreComments(ScoreComment));
 }
Exemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;ScoreComments&gt;</c> element.</summary>
 /// <param name="ScoreComment">Provides a wrapper for the code and description pairs for comment codes.</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( AssessmentDTD.SCORESIF3RUBRIC_SCORECOMMENTS);
     AddChild( AssessmentDTD.SCORESIF3RUBRIC_SCORECOMMENTS, new ScoreComments( ScoreComment ) );
 }