コード例 #1
0
 ///<summary>Sets the value of the <c>&lt;CorrelationSectionList&gt;</c> element.</summary>
 /// <param name="CorrelationSection">Reference to a SectionInfo object to be correlated.</param>
 ///<remarks>
 /// <para>This form of <c>setCorrelationSectionList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>CorrelationSectionList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetCorrelationSectionList(CorrelationSection CorrelationSection)
 {
     RemoveChild(StudentDTD.SECTIONCORRELATION_CORRELATIONSECTIONLIST);
     AddChild(StudentDTD.SECTIONCORRELATION_CORRELATIONSECTIONLIST, new CorrelationSectionList(CorrelationSection));
 }
コード例 #2
0
 ///<summary>Sets the value of the <c>&lt;CorrelationSectionList&gt;</c> element.</summary>
 /// <param name="CorrelationSection">Reference to a SectionInfo object to be correlated.</param>
 ///<remarks>
 /// <para>This form of <c>setCorrelationSectionList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>CorrelationSectionList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetCorrelationSectionList( CorrelationSection CorrelationSection )
 {
     RemoveChild( StudentDTD.SECTIONCORRELATION_CORRELATIONSECTIONLIST);
     AddChild( StudentDTD.SECTIONCORRELATION_CORRELATIONSECTIONLIST, new CorrelationSectionList( CorrelationSection ) );
 }