///<summary>Sets the value of the <c>&lt;Scores&gt;</c> element.</summary>
 /// <param name="Score">A Score</param>
 ///<remarks>
 /// <para>This form of <c>setScores</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>Scores</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetScores( Sif3Score Score )
 {
     RemoveChild( Sif3assessmentDTD.SIF3ASSESSMENTRUBRIC_SCORES);
     AddChild( Sif3assessmentDTD.SIF3ASSESSMENTRUBRIC_SCORES, new ScoreList( Score ) );
 }
예제 #2
0
 ///<summary>Sets the value of the <c>&lt;Scores&gt;</c> element.</summary>
 /// <param name="Score">A Score</param>
 ///<remarks>
 /// <para>This form of <c>setScores</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>Scores</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetScores(Sif3Score Score)
 {
     RemoveChild(Sif3assessmentDTD.SIF3ASSESSMENTRUBRIC_SCORES);
     AddChild(Sif3assessmentDTD.SIF3ASSESSMENTRUBRIC_SCORES, new ScoreList(Score));
 }