EnterpriseOneTransactionFinanceAccountingObjectsFinancialStatements Property |
Gets a typed query for the Finance.Accounting.FinancialStatement entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<FinancialStatement, FinancialStatementsRepository> FinancialStatements { get; }
Public ReadOnly Property FinancialStatements As TransactionQuery(Of FinancialStatement, FinancialStatementsRepository)
Get
public:
property TransactionQuery<FinancialStatement^, FinancialStatementsRepository^>^ FinancialStatements {
TransactionQuery<FinancialStatement^, FinancialStatementsRepository^>^ get ();
}
member FinancialStatements : TransactionQuery<FinancialStatement, FinancialStatementsRepository> with get
Property Value
Type:
TransactionQueryFinancialStatement,
FinancialStatementsRepository
See Also