/// <summary>
 /// Sets the value of the <c>&lt;RecordClosureReason&gt;</c> element.
 /// </summary>
 /// <param name="val">A RecordClosureReason object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The reason why this enrollment was closed.  The EndOfYear option must be used to convey status change due to rollover activity."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetRecordClosureReason( RecordClosureReason val )
 {
     SetField( StudentDTD.STUDENTSCHOOLENROLLMENT_RECORDCLOSUREREASON, val );
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;RecordClosureReason&gt;</c> element.
 /// </summary>
 /// <param name="val">A RecordClosureReason object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The reason why this enrollment was closed.  The EndOfYear option must be used to convey status change due to rollover activity."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetRecordClosureReason(RecordClosureReason val)
 {
     SetField(StudentDTD.STUDENTSCHOOLENROLLMENT_RECORDCLOSUREREASON, val);
 }