예제 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;EmbeddedBasicSkillsSupport&gt;</c> element.
 /// </summary>
 /// <param name="val">A BasicSkillsSupport object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Provision of Embedded Basic Skills support beyond the attainment of formal qualification. CBDS: 190120"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEmbeddedBasicSkillsSupport(BasicSkillsSupport val)
 {
     SetField(LearnerDTD.LEARNERSPECIALNEEDS_EMBEDDEDBASICSKILLSSUPPORT, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;EmbeddedBasicSkillsSupport&gt;</c> element.
 /// </summary>
 /// <param name="val">A BasicSkillsSupport object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Provision of Embedded Basic Skills support beyond the attainment of formal qualification. CBDS: 190120"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetEmbeddedBasicSkillsSupport( BasicSkillsSupport val )
 {
     SetField( LearnerDTD.LEARNERSPECIALNEEDS_EMBEDDEDBASICSKILLSSUPPORT, val );
 }