Ejemplo n.º 1
0
 ///<summary>Sets the value of the <c>&lt;LEAContactList&gt;</c> element.</summary>
 /// <param name="LeaContact">A LEAContact</param>
 ///<remarks>
 /// <para>This form of <c>setLEAContactList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LEAContactList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLEAContactList(LEAContact LeaContact)
 {
     RemoveChild(StudentDTD.LEAINFO_LEACONTACTLIST);
     AddChild(StudentDTD.LEAINFO_LEACONTACTLIST, new LEAContactList(LeaContact));
 }
Ejemplo n.º 2
0
 ///<summary>Sets the value of the <c>&lt;LEAContactList&gt;</c> element.</summary>
 /// <param name="LeaContact">A LEAContact</param>
 ///<remarks>
 /// <para>This form of <c>setLEAContactList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>LEAContactList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLEAContactList( LEAContact LeaContact )
 {
     RemoveChild( StudentDTD.LEAINFO_LEACONTACTLIST);
     AddChild( StudentDTD.LEAINFO_LEACONTACTLIST, new LEAContactList( LeaContact ) );
 }