Exemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;PromotionStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A PromotionStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This value should be set if this enrollment instance is closed for an end-of-year closeout or a mid-year promotion or demotion. A value other than NA should be specified when the enrollment instance represents an end-of-year closeout or mid-year promotion/demotion."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPromotionStatus( PromotionStatus val )
 {
     SetField( StudentDTD.PROMOTIONINFO_PROMOTIONSTATUS, val );
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;PromotionStatus&gt;</c> element.
 /// </summary>
 /// <param name="val">A PromotionStatus object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This value should be set if this enrollment instance is closed for an end-of-year closeout or a mid-year promotion or demotion. A value other than NA should be specified when the enrollment instance represents an end-of-year closeout or mid-year promotion/demotion."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetPromotionStatus(PromotionStatus val)
 {
     SetField(StudentDTD.PROMOTIONINFO_PROMOTIONSTATUS, val);
 }