コード例 #1
0
ファイル: SchoolInfo.cs プロジェクト: rubitek/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;SchoolType&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "An indication of the level of the educational institution."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolType(SchoolLevelType val)
 {
     SetField(SchoolDTD.SCHOOLINFO_SCHOOLTYPE, val);
 }
コード例 #2
0
ファイル: SchoolInfo.cs プロジェクト: rafidzal/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;SchoolType&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolLevelType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "An indication of the level of the educational institution."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolType( SchoolLevelType val )
 {
     SetField( SchoolDTD.SCHOOLINFO_SCHOOLTYPE, val );
 }