EnterpriseOneTransactionCrmInvoicingObjectsInvoiceOrders Property |
Gets a typed query for the Crm.Invoicing.InvoiceOrder entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<InvoiceOrder, InvoiceOrdersRepository> InvoiceOrders { get; }
Public ReadOnly Property InvoiceOrders As TransactionQuery(Of InvoiceOrder, InvoiceOrdersRepository)
Get
public:
property TransactionQuery<InvoiceOrder^, InvoiceOrdersRepository^>^ InvoiceOrders {
TransactionQuery<InvoiceOrder^, InvoiceOrdersRepository^>^ get ();
}
member InvoiceOrders : TransactionQuery<InvoiceOrder, InvoiceOrdersRepository> with get
Property Value
Type:
TransactionQueryInvoiceOrder,
InvoiceOrdersRepository
See Also