Example #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A InCareType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of care the learner is in (eg fostering, children's home). CBDS: 100051"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetType( InCareType val )
 {
     SetField( LearnerDTD.INCARE_TYPE, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Type&gt;</c> element.
 /// </summary>
 /// <param name="val">A InCareType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Type of care the learner is in (eg fostering, children's home). CBDS: 100051"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetType(InCareType val)
 {
     SetField(LearnerDTD.INCARE_TYPE, val);
 }