コード例 #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;NonSchoolEducation&gt;</c> element.
 /// </summary>
 /// <param name="val">A NonSchoolEducationType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This reflects the level of the Contact’s Non-School Education."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetNonSchoolEducation(NonSchoolEducationType val)
 {
     SetField(StudentDTD.STUDENTCONTACTPERSONAL_NONSCHOOLEDUCATION, val);
 }
コード例 #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;NonSchoolEducation&gt;</c> element.
 /// </summary>
 /// <param name="val">A NonSchoolEducationType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "This reflects the level of the Contact’s Non-School Education."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetNonSchoolEducation( NonSchoolEducationType val )
 {
     SetField( StudentDTD.STUDENTCONTACT_NONSCHOOLEDUCATION, val );
 }