/// <summary>
 /// Sets the value of the <c>&lt;AppealResult&gt;</c> element.
 /// </summary>
 /// <param name="val">A AppealResult object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The result of the appeal against permanent exclusion. CBDS: 100096"</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAppealResult( AppealResult val )
 {
     SetField( LearnerDTD.LEARNEREXCLUSION_APPEALRESULT, val );
 }
Example #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;AppealResult&gt;</c> element.
 /// </summary>
 /// <param name="val">A AppealResult object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The result of the appeal against permanent exclusion. CBDS: 100096"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetAppealResult(AppealResult val)
 {
     SetField(LearnerDTD.LEARNEREXCLUSION_APPEALRESULT, val);
 }