Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;OperationalStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A OperationalStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Operational condition of an LEA."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetOperationalStatus(OperationalStatus val)
 {
     SetField(StudentDTD.LEAINFO_OPERATIONALSTATUS, val);
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;OperationalStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A OperationalStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Operational condition of an LEA."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetOperationalStatus( OperationalStatus val )
 {
     SetField( StudentDTD.LEAINFO_OPERATIONALSTATUS, val );
 }