コード例 #1
0
 ///<summary>Sets the value of the <c>&lt;FeedbackItemsSif3StudentScoreSet&gt;</c> element.</summary>
 /// <param name="FeedbackItemSif3StudentScoreSet">A FeedbackItemSif3StudentScoreSet</param>
 ///<remarks>
 /// <para>This form of <c>setFeedbackItemsSif3StudentScoreSet</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>FeedbackItemsSif3StudentScoreSet</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetFeedbackItemsSif3StudentScoreSet( FeedbackItemSif3StudentScoreSet FeedbackItemSif3StudentScoreSet )
 {
     RemoveChild( AssessmentDTD.SIF3STUDENTSCORESET_FEEDBACKITEMSSIF3STUDENTSCORESET);
     AddChild( AssessmentDTD.SIF3STUDENTSCORESET_FEEDBACKITEMSSIF3STUDENTSCORESET, new FeedbackItemsSif3StudentScoreSet( FeedbackItemSif3StudentScoreSet ) );
 }
コード例 #2
0
 ///<summary>Sets the value of the <c>&lt;FeedbackItemsSif3StudentScoreSet&gt;</c> element.</summary>
 /// <param name="FeedbackItemSif3StudentScoreSet">A FeedbackItemSif3StudentScoreSet</param>
 ///<remarks>
 /// <para>This form of <c>setFeedbackItemsSif3StudentScoreSet</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>FeedbackItemsSif3StudentScoreSet</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetFeedbackItemsSif3StudentScoreSet(FeedbackItemSif3StudentScoreSet FeedbackItemSif3StudentScoreSet)
 {
     RemoveChild(AssessmentDTD.SIF3STUDENTSCORESET_FEEDBACKITEMSSIF3STUDENTSCORESET);
     AddChild(AssessmentDTD.SIF3STUDENTSCORESET_FEEDBACKITEMSSIF3STUDENTSCORESET, new FeedbackItemsSif3StudentScoreSet(FeedbackItemSif3StudentScoreSet));
 }