Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;SchoolCoEdStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolCoEdStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Gender of student population."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolCoEdStatus(SchoolCoEdStatusType val)
 {
     SetField(SchoolDTD.SCHOOLINFO_SCHOOLCOEDSTATUS, val);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;SchoolCoEdStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A SchoolCoEdStatusType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Gender of student population."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetSchoolCoEdStatus( SchoolCoEdStatusType val )
 {
     SetField( SchoolDTD.SCHOOLINFO_SCHOOLCOEDSTATUS, val );
 }