Example #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgramStatusCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The current status of the student's program participation."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( ProgramStatusCode val )
 {
     SetField( CommonDTD.PROGRAMSTATUS_CODE, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ProgramStatusCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The current status of the student's program participation."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(ProgramStatusCode val)
 {
     SetField(CommonDTD.PROGRAMSTATUS_CODE, val);
 }