Beispiel #1
0
 ///<summary>Sets the value of the <c>&lt;SiblingList&gt;</c> element.</summary>
 /// <param name="Sibling">A sibling of this learner in the same school.</param>
 ///<remarks>
 /// <para>This form of <c>setSiblingList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SiblingList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSiblingList(Sibling Sibling)
 {
     RemoveChild(LearnerDTD.LEARNERPERSONAL_SIBLINGLIST);
     AddChild(LearnerDTD.LEARNERPERSONAL_SIBLINGLIST, new SiblingList(Sibling));
 }
 ///<summary>Sets the value of the <c>&lt;SiblingList&gt;</c> element.</summary>
 /// <param name="Sibling">A sibling of this learner in the same school.</param>
 ///<remarks>
 /// <para>This form of <c>setSiblingList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SiblingList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetSiblingList( Sibling Sibling )
 {
     RemoveChild( LearnerDTD.LEARNERPERSONAL_SIBLINGLIST);
     AddChild( LearnerDTD.LEARNERPERSONAL_SIBLINGLIST, new SiblingList( Sibling ) );
 }