Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;FederalElectorate&gt;</c> element.
 /// </summary>
 /// <param name="val">A FederalElectorateType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Australian Federal Electorate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetFederalElectorate(FederalElectorateType val)
 {
     SetField(SchoolDTD.SCHOOLINFO_FEDERALELECTORATE, val);
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;FederalElectorate&gt;</c> element.
 /// </summary>
 /// <param name="val">A FederalElectorateType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Australian Federal Electorate."</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.3</para>
 /// </remarks>
 public void SetFederalElectorate( FederalElectorateType val )
 {
     SetField( SchoolDTD.SCHOOLINFO_FEDERALELECTORATE, val );
 }