Example #1
0
 ///<summary>Adds the value of the <c>&lt;NCYear&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;NCYearGroup&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setNCYear</c> is provided as a convenience method
 /// that is functionally equivalent to the method <c>AddNCYear</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void AddNCYear(NCYear Value)
 {
     AddChild(LearningDTD.NCYEARLIST_NCYEAR, new NCYearGroup(Value));
 }
Example #2
0
 ///<summary>Sets the value of the <c>&lt;NCYearGroupActual&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;NCYearGroup&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setNCYearGroupActual</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>NCYearGroupActual</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetNCYearGroupActual(NCYear Value)
 {
     RemoveChild(LearnerDTD.LEARNERSCHOOLENROLMENT_NCYEARGROUPACTUAL);
     AddChild(LearnerDTD.LEARNERSCHOOLENROLMENT_NCYEARGROUPACTUAL, new NCYearGroup(Value));
 }
 ///<summary>Sets the value of the <c>&lt;NCYearGroup&gt;</c> element.</summary>
 /// <param name="Value">Gets or sets the content value of the &amp;lt;NCYearGroup&amp;gt; element</param>
 ///<remarks>
 /// <para>This form of <c>setNCYearGroup</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>NCYearGroup</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetNCYearGroup(NCYear Value)
 {
     RemoveChild(LearnerDTD.CURRENTSCHOOLENROLMENT_NCYEARGROUP);
     AddChild(LearnerDTD.CURRENTSCHOOLENROLMENT_NCYEARGROUP, new NCYearGroup(Value));
 }