Esempio n. 1
0
 /// <summary>
 /// Sets the value of the <c>&lt;Governance&gt;</c> element.
 /// </summary>
 /// <param name="val">A GovernanceType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Governance afforded to this school. CBDS: S12"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetGovernance( GovernanceType val )
 {
     SetField( SchoolDTD.SCHOOLINFO_GOVERNANCE, val );
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the value of the <c>&lt;Governance&gt;</c> element.
 /// </summary>
 /// <param name="val">A GovernanceType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Governance afforded to this school. CBDS: S12"</para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.0</para>
 /// </remarks>
 public void SetGovernance(GovernanceType val)
 {
     SetField(SchoolDTD.SCHOOLINFO_GOVERNANCE, val);
 }