예제 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Study&gt;</c> element.
 /// </summary>
 /// <param name="val">A LanguageStudy object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The level in which the learner is taught this language at school. 100045, 100327, 190051, P159"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetStudy( LanguageStudy val )
 {
     SetField( CommonDTD.LANGUAGE_STUDY, val );
 }
예제 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Study&gt;</c> element.
 /// </summary>
 /// <param name="val">A LanguageStudy object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The level in which the learner is taught this language at school. 100045, 100327, 190051, P159"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetStudy(LanguageStudy val)
 {
     SetField(CommonDTD.LANGUAGE_STUDY, val);
 }