Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Motivation&gt;</c> element.
 /// </summary>
 /// <param name="val">A Motivation object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Any recorded Motivation for participation"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMotivation(Motivation val)
 {
     SetField(LearnerDTD.LEARNER_MOTIVATION, val);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Motivation&gt;</c> element.
 /// </summary>
 /// <param name="val">A Motivation object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Any recorded Motivation for participation"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetMotivation( Motivation val )
 {
     SetField( LearnerDTD.LEARNER_MOTIVATION, val );
 }