Exemple #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;System&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolSystemType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "System if a systemic school."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSystem(SchoolSystemType val)
 {
     SetField(SchoolDTD.SCHOOLINFO_SYSTEM, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;System&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolSystemType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "System if a systemic school."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSystem( SchoolSystemType val )
 {
     SetField( SchoolDTD.SCHOOLINFO_SYSTEM, val );
 }