Beispiel #1
0
 ///<summary>Sets the value of the <c>&lt;StaffList&gt;</c> element.</summary>
 /// <param name="StaffPersonalRefId">Staff assigned to this room. For example, the homeroom teacher.</param>
 ///<remarks>
 /// <para>This form of <c>setStaffList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StaffList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetStaffList( StaffPersonalRefId StaffPersonalRefId )
 {
     RemoveChild( StudentDTD.ROOMINFO_STAFFLIST);
     AddChild( StudentDTD.ROOMINFO_STAFFLIST, new StaffList( StaffPersonalRefId ) );
 }
Beispiel #2
0
 ///<summary>Sets the value of the <c>&lt;StaffList&gt;</c> element.</summary>
 /// <param name="StaffPersonalRefId">Staff assigned to this room. For example, the homeroom teacher.</param>
 ///<remarks>
 /// <para>This form of <c>setStaffList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StaffList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetStaffList(StaffPersonalRefId StaffPersonalRefId)
 {
     RemoveChild(StudentDTD.ROOMINFO_STAFFLIST);
     AddChild(StudentDTD.ROOMINFO_STAFFLIST, new StaffList(StaffPersonalRefId));
 }