Esempio n. 1
0
 ///<summary>Sets the value of the <c>&lt;SchoolGroupList&gt;</c> element.</summary>
 /// <param name="SchoolGroup">Repeatable element containing a local identifier to identify a loosely connected group of schools. eg. YarraValley Cluster</param>
 ///<remarks>
 /// <para>This form of <c>setSchoolGroupList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SchoolGroupList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolGroupList(SchoolGroup SchoolGroup)
 {
     RemoveChild(SchoolDTD.SCHOOLINFO_SCHOOLGROUPLIST);
     AddChild(SchoolDTD.SCHOOLINFO_SCHOOLGROUPLIST, new SchoolGroupList(SchoolGroup));
 }
Esempio n. 2
0
 ///<summary>Sets the value of the <c>&lt;SchoolGroupList&gt;</c> element.</summary>
 /// <param name="SchoolGroup">Repeatable element containing a local identifier to identify a loosely connected group of schools. eg. YarraValley Cluster</param>
 ///<remarks>
 /// <para>This form of <c>setSchoolGroupList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SchoolGroupList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolGroupList( SchoolGroup SchoolGroup )
 {
     RemoveChild( SchoolDTD.SCHOOLINFO_SCHOOLGROUPLIST);
     AddChild( SchoolDTD.SCHOOLINFO_SCHOOLGROUPLIST, new SchoolGroupList( SchoolGroup ) );
 }