コード例 #1
0
ファイル: AnnualItem.cs プロジェクト: pgodwin/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;GLAmountType&gt;</c> element.
 /// </summary>
 /// <param name="val">A GLAmountType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "With regard to an account code grouping classified as a General Ledger account:"</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;GLAmountType&gt;</description></item>
 /// </list>
 /// <para>Version: 2.5</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGLAmountType( GLAmountType val )
 {
     SetField( HrfinDTD.ANNUALITEM_GLAMOUNTTYPE, val );
 }
コード例 #2
0
ファイル: AnnualItem.cs プロジェクト: rubitek/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>&lt;GLAmountType&gt;</c> element.
 /// </summary>
 /// <param name="val">A GLAmountType object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this element as: "With regard to an account code grouping classified as a General Ledger account:"</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;GLAmountType&gt;</description></item>
 /// </list>
 /// <para>Version: 2.6</para>
 /// <para>Since: 1.5r1</para>
 /// </remarks>
 public void SetGLAmountType(GLAmountType val)
 {
     SetField(HrfinDTD.ANNUALITEM_GLAMOUNTTYPE, val);
 }