Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ConnexionsAgreement&gt;</c> element.
 /// </summary>
 /// <param name="val">A ConnexionsAgreement object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates if parents have consented to allow learner data to be shared with Connexions (Middle, Secondary and Special Schools only). "</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetConnexionsAgreement(ConnexionsAgreement val)
 {
     SetField(LearnerDTD.LEARNERPERSONAL_CONNEXIONSAGREEMENT, val);
 }
 /// <summary>
 /// Sets the value of the <c>&lt;ConnexionsAgreement&gt;</c> element.
 /// </summary>
 /// <param name="val">A ConnexionsAgreement object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Indicates if parents have consented to allow learner data to be shared with Connexions (Middle, Secondary and Special Schools only). "</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetConnexionsAgreement( ConnexionsAgreement val )
 {
     SetField( LearnerDTD.LEARNERPERSONAL_CONNEXIONSAGREEMENT, val );
 }