コード例 #1
0
ファイル: SchoolInfo.cs プロジェクト: rafidzal/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;GenderSixthForm&gt;</c> element.
 /// </summary>
 /// <param name="val">A GenderOfEntry object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Gender of learners allowed for entry to Sixth Form. CBDS: S522"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetGenderSixthForm( GenderOfEntry val )
 {
     SetField( SchoolDTD.SCHOOLINFO_GENDERSIXTHFORM, val );
 }
コード例 #2
0
ファイル: SchoolInfo.cs プロジェクト: rafidzal/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;GenderOfEntry&gt;</c> element.
 /// </summary>
 /// <param name="val">A GenderOfEntry object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Gender of learners allowed for entry to school. CBDS: S8a"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetGenderOfEntry( GenderOfEntry val )
 {
     SetField( SchoolDTD.SCHOOLINFO_GENDEROFENTRY, val );
 }