///<summary>Sets the value of the <c>&lt;ScoreValues&gt;</c> element.</summary>
 /// <param name="ScoreValue">A ScoreValue</param>
 ///<remarks>
 /// <para>This form of <c>setScoreValues</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ScoreValues</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetScoreValues( ScoreValue ScoreValue )
 {
     RemoveChild( Sif3assessmentDTD.SIF3ASSESSMENTSCORETABLE_SCOREVALUES);
     AddChild( Sif3assessmentDTD.SIF3ASSESSMENTSCORETABLE_SCOREVALUES, new ScoreValueList( ScoreValue ) );
 }
Esempio n. 2
0
 ///<summary>Sets the value of the <c>&lt;ScoreValues&gt;</c> element.</summary>
 /// <param name="ScoreValue">A ScoreValue</param>
 ///<remarks>
 /// <para>This form of <c>setScoreValues</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>ScoreValues</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetScoreValues(ScoreValue ScoreValue)
 {
     RemoveChild(Sif3assessmentDTD.SIF3ASSESSMENTSCORETABLE_SCOREVALUES);
     AddChild(Sif3assessmentDTD.SIF3ASSESSMENTSCORETABLE_SCOREVALUES, new ScoreValueList(ScoreValue));
 }