Beispiel #1
0
 /// <summary>
 /// Sets the value of the <c>&lt;ExpenditureArea&gt;</c> element.
 /// </summary>
 /// <param name="val">A ExpenditureAreaValue object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Relative area in which the expenditure was used."</para>
 /// <para>This element is known by more than one tag name depending on the version of SIF in use. 
 /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para>
 /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>;
 /// <item><term>2.0 (and greater)</term><description>&lt;ExpenditureArea&gt;</description></item>
 /// </list>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetExpenditureArea( ExpenditureAreaValue val )
 {
     SetField( HrfinDTD.ANNUALITEM_EXPENDITUREAREA, val );
 }
Beispiel #2
0
 /// <summary>
 /// Sets the value of the <c>&lt;ExpenditureArea&gt;</c> element.
 /// </summary>
 /// <param name="val">A ExpenditureAreaValue object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "Relative area in which the expenditure was used."</para>
 /// <para>This element is known by more than one tag name depending on the version of SIF in use.
 /// The ADK will use the tag names shown below when parsing and rendering elements of this kind.</para>
 /// <list type="table"><listheader><term>Version</term><description>Tag</description></listheader>;
 /// <item><term>2.0 (and greater)</term><description>&lt;ExpenditureArea&gt;</description></item>
 /// </list>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetExpenditureArea(ExpenditureAreaValue val)
 {
     SetField(HrfinDTD.ANNUALITEM_EXPENDITUREAREA, val);
 }