コード例 #1
0
ファイル: Language.cs プロジェクト: pgodwin/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;LanguageType&gt;</c> element.
 /// </summary>
 /// <param name="val">A AULanguageType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// An indication of the function and context in which an
 /// individual uses a language to communicate."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLanguageType( AULanguageType val )
 {
     SetField( CommonDTD.LANGUAGE_LANGUAGETYPE, val );
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;LanguageType&gt;</c> element.
 /// </summary>
 /// <param name="val">A AULanguageType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "
 /// An indication of the function and context in which an
 /// individual uses a language to communicate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetLanguageType(AULanguageType val)
 {
     SetField(CommonDTD.LANGUAGE_LANGUAGETYPE, val);
 }