Example #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Session&gt;</c> element.
 /// </summary>
 /// <param name="val">A AttendanceSession object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The session within which this attendance mark applies (e.g. AM/PM).  Session is required when StartTime is not specified and the object refers to a session attendance mark (i.e. AttendanceDomain is session)."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetSession(AttendanceSession val)
 {
     SetField(LearnerDTD.LEARNERATTENDANCE_SESSION, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;Session&gt;</c> element.
 /// </summary>
 /// <param name="val">A AttendanceSession object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The session within which this attendance mark applies (e.g. AM/PM).  Session is required when StartTime is not specified and the object refers to a session attendance mark (i.e. AttendanceDomain is session)."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetSession( AttendanceSession val )
 {
     SetField( LearnerDTD.LEARNERATTENDANCE_SESSION, val );
 }