Exemple #1
0
 /// <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.5</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetSchoolType( SchoolLevelType val )
 {
     SetField( StudentDTD.SCHOOLINFO_SCHOOLTYPE, val );
 }
Exemple #2
0
 /// <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: 1.1</para>
 /// </remarks>
 public void SetSchoolType(SchoolLevelType val)
 {
     SetField(StudentDTD.SCHOOLINFO_SCHOOLTYPE, val);
 }