Пример #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Title1Status&gt;</c> element.
 /// </summary>
 /// <param name="val">A Title1Status object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of the school's Title I eligibility. Certain schools are designated under appropriate state and federal regulations as being eligible for participation in programs authorized by Title I of Public Law 103-382."</para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetTitle1Status( Title1Status val )
 {
     SetField( StudentDTD.SCHOOLINFO_TITLE1STATUS, val );
 }
Пример #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Title1Status&gt;</c> element.
 /// </summary>
 /// <param name="val">A Title1Status object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Status of the school's Title I eligibility. Certain schools are designated under appropriate state and federal regulations as being eligible for participation in programs authorized by Title I of Public Law 103-382."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetTitle1Status(Title1Status val)
 {
     SetField(StudentDTD.SCHOOLINFO_TITLE1STATUS, val);
 }