Ejemplo n.º 1
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList( PhoneNumber PhoneNumber )
 {
     RemoveChild( CommonDTD.PRINCIPALINFO_PHONENUMBERLIST);
     AddChild( CommonDTD.PRINCIPALINFO_PHONENUMBERLIST, new PhoneNumberList( PhoneNumber ) );
 }
Ejemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList( PhoneNumber PhoneNumber )
 {
     RemoveChild( SchoolDTD.SCHOOLINFO_PHONENUMBERLIST);
     AddChild( SchoolDTD.SCHOOLINFO_PHONENUMBERLIST, new PhoneNumberList( PhoneNumber ) );
 }
Ejemplo n.º 3
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList( PhoneNumber PhoneNumber )
 {
     RemoveChild( StudentDTD.STUDENTCONTACT_PHONENUMBERLIST);
     AddChild( StudentDTD.STUDENTCONTACT_PHONENUMBERLIST, new PhoneNumberList( PhoneNumber ) );
 }
Ejemplo n.º 4
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList( PhoneNumber PhoneNumber )
 {
     RemoveChild( StudentDTD.LEAINFO_PHONENUMBERLIST);
     AddChild( StudentDTD.LEAINFO_PHONENUMBERLIST, new PhoneNumberList( PhoneNumber ) );
 }
Ejemplo n.º 5
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList(PhoneNumber PhoneNumber)
 {
     RemoveChild(CommonDTD.PRINCIPALINFO_PHONENUMBERLIST);
     AddChild(CommonDTD.PRINCIPALINFO_PHONENUMBERLIST, new PhoneNumberList(PhoneNumber));
 }
Ejemplo n.º 6
0
 ///<summary>Sets the value of the <c>&lt;PhoneNumberList&gt;</c> element.</summary>
 /// <param name="PhoneNumber">A PhoneNumber</param>
 ///<remarks>
 /// <para>This form of <c>setPhoneNumberList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>PhoneNumberList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPhoneNumberList( PhoneNumber PhoneNumber )
 {
     RemoveChild( StudentDTD.FURTHERINFORMATION_PHONENUMBERLIST);
     AddChild( StudentDTD.FURTHERINFORMATION_PHONENUMBERLIST, new PhoneNumberList( PhoneNumber ) );
 }