///<summary>Sets the value of the <c>&lt;HouseholdList&gt;</c> element.</summary>
 /// <param name="Household">Repeatable element containing the ID of a household.</param>
 ///<remarks>
 /// <para>This form of <c>setHouseholdList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>HouseholdList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetHouseholdList( Household Household )
 {
     RemoveChild( StudentDTD.STUDENTCONTACTRELATIONSHIP_HOUSEHOLDLIST);
     AddChild( StudentDTD.STUDENTCONTACTRELATIONSHIP_HOUSEHOLDLIST, new HouseholdList( Household ) );
 }
예제 #2
0
 ///<summary>Sets the value of the <c>&lt;HouseholdList&gt;</c> element.</summary>
 /// <param name="Household">Repeatable element containing the ID of a household.</param>
 ///<remarks>
 /// <para>This form of <c>setHouseholdList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>HouseholdList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetHouseholdList(Household Household)
 {
     RemoveChild(StudentDTD.STUDENTCONTACTRELATIONSHIP_HOUSEHOLDLIST);
     AddChild(StudentDTD.STUDENTCONTACTRELATIONSHIP_HOUSEHOLDLIST, new HouseholdList(Household));
 }