Example #1
0
 ///<summary>Sets the value of the <c>&lt;BellScheduleDayList&gt;</c> element.</summary>
 /// <param name="BellScheduleDay">A BellScheduleDay</param>
 ///<remarks>
 /// <para>This form of <c>setBellScheduleDayList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>BellScheduleDayList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetBellScheduleDayList( BellScheduleDay BellScheduleDay )
 {
     RemoveChild( StudentDTD.CALENDARDATE_BELLSCHEDULEDAYLIST);
     AddChild( StudentDTD.CALENDARDATE_BELLSCHEDULEDAYLIST, new BellScheduleDayList( BellScheduleDay ) );
 }
Example #2
0
 ///<summary>Sets the value of the <c>&lt;BellScheduleDayList&gt;</c> element.</summary>
 /// <param name="BellScheduleDay">A BellScheduleDay</param>
 ///<remarks>
 /// <para>This form of <c>setBellScheduleDayList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>BellScheduleDayList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetBellScheduleDayList(BellScheduleDay BellScheduleDay)
 {
     RemoveChild(StudentDTD.CALENDARDATE_BELLSCHEDULEDAYLIST);
     AddChild(StudentDTD.CALENDARDATE_BELLSCHEDULEDAYLIST, new BellScheduleDayList(BellScheduleDay));
 }