コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;AssetLanguage&gt;</c> element.
 /// </summary>
 /// <param name="val">A NISOZ3953LanguageCodesType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The language in which this asset is written (if applicable)."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetAssetLanguage(NISOZ3953LanguageCodesType val)
 {
     SetField(AssessmentDTD.SIF3ASSESSMENTASSET_ASSETLANGUAGE, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;LanguageCode&gt;</c> element.
 /// </summary>
 /// <param name="val">A NISOZ3953LanguageCodesType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The language used by the content to communicate to the Student"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetLanguageCode(NISOZ3953LanguageCodesType val)
 {
     SetField(InstrDTD.CONTENTCATALOG_LANGUAGECODE, val);
 }