예제 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A CalendarEventCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the type of school day."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( CalendarEventCode val )
 {
     SetField( StudentDTD.CALENDARDATETYPE_CODE, val );
 }
예제 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A CalendarEventCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Code indicating the type of school day."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(CalendarEventCode val)
 {
     SetField(StudentDTD.CALENDARDATETYPE_CODE, val);
 }