[This is preliminary documentation and is subject to change.]
This object communicates the income statement details for a location and an accounting period. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class FinancialIncomeStatement : SifDataObject
Public Class FinancialIncomeStatement _ Inherits SifDataObject
public ref class FinancialIncomeStatement : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FinancialIncomeStatementFinancialIncomeStatementNew()() |
Creates an instance of a FinancialIncomeStatement
| |
| FinancialIncomeStatementFinancialIncomeStatementNew(String, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, String, FISPeriod, FISAmounts) |
Constructor that accepts values for all mandatory fields
| |
| Amounts |
Gets or sets the value of the <Amounts> element.
| |
| GenerationDate |
Gets or sets the value of the <GenerationDate> element.
| |
| GenerationTime |
Gets or sets the value of the <GenerationTime> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| LocationInfoRefId |
Gets or sets the value of the <LocationInfoRefId> element.
| |
| Period |
Gets or sets the value of the <Period> element.
| |
| Program |
Gets or sets the value of the <Program> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| SetAmounts(FISAmount) | Sets the value of the <Amounts> element. | |
| SetPeriod(Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, String) | Sets the value of the <Period> element. | |
| SetProgram(FinancialProgram, String) | Sets the value of the <Program> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| FinancialIncomeStatement | |||||