///<summary>Sets the value of the <c>&lt;PreviousSchoolsList&gt;</c> element.</summary>
 /// <param name="PreviousSchool">A PreviousSchool</param>
 ///<remarks>
 /// <para>This form of <c>setPreviousSchoolsList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PreviousSchoolsList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPreviousSchoolsList( PreviousSchool PreviousSchool )
 {
     RemoveChild( StudentDTD.STUDENTSDTN_PREVIOUSSCHOOLSLIST);
     AddChild( StudentDTD.STUDENTSDTN_PREVIOUSSCHOOLSLIST, new PreviousSchoolsList( PreviousSchool ) );
 }
Exemple #2
0
 ///<summary>Sets the value of the <c>&lt;PreviousSchoolsList&gt;</c> element.</summary>
 /// <param name="PreviousSchool">A PreviousSchool</param>
 ///<remarks>
 /// <para>This form of <c>setPreviousSchoolsList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PreviousSchoolsList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPreviousSchoolsList(PreviousSchool PreviousSchool)
 {
     RemoveChild(StudentDTD.STUDENTSDTN_PREVIOUSSCHOOLSLIST);
     AddChild(StudentDTD.STUDENTSDTN_PREVIOUSSCHOOLSLIST, new PreviousSchoolsList(PreviousSchool));
 }