Esempio n. 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;LearnerIdentity&gt;</c> element.
 /// </summary>
 /// <param name="val">A LearnerIdentity object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Classification of national identity. (Wales) CBDS: 190001"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetLearnerIdentity(LearnerIdentity val)
 {
     SetField(LearnerDTD.LEARNERPERSONAL_LEARNERIDENTITY, val);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;LearnerIdentity&gt;</c> element.
 /// </summary>
 /// <param name="val">A LearnerIdentity object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Classification of national identity. (Wales) CBDS: 190001"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetLearnerIdentity( LearnerIdentity val )
 {
     SetField( LearnerDTD.LEARNERPERSONAL_LEARNERIDENTITY, val );
 }