Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Boarder&gt;</c> element.
 /// </summary>
 /// <param name="val">A BoarderType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the learner is a boarder at the school or not. CBDS: 100067"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetBoarder(BoarderType val)
 {
     SetField(LearnerDTD.LEARNERSCHOOLENROLMENT_BOARDER, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Boarder&gt;</c> element.
 /// </summary>
 /// <param name="val">A BoarderType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates whether the learner is a boarder at the school or not. CBDS: 100067"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetBoarder( BoarderType val )
 {
     SetField( LearnerDTD.LEARNERSCHOOLENROLMENT_BOARDER, val );
 }