Ejemplo n.º 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ReferralSourceCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The method by which a student was identified for referral to a particular program."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode( ReferralSourceCode val )
 {
     SetField( ProgramsDTD.REFERRALSOURCE_CODE, val );
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Code&gt;</c> element.
 /// </summary>
 /// <param name="val">A ReferralSourceCode object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "The method by which a student was identified for referral to a particular program."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetCode(ReferralSourceCode val)
 {
     SetField(ProgramsDTD.REFERRALSOURCE_CODE, val);
 }