Click or drag to resize

EnterpriseOneTransactionCrmInvoicingObjects Class

Provides typed access to the repositories in the Crm.Invoicing namespace.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransactionCrmInvoicingObjects

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class CrmInvoicingObjects

The EnterpriseOneTransactionCrmInvoicingObjects type exposes the following members.

Properties
  NameDescription
Public propertyInvoiceLines
Gets a typed query for the Crm.Invoicing.InvoiceLine entity type.
Public propertyInvoiceOrderLines
Gets a typed query for the Crm.Invoicing.InvoiceOrderLine entity type.
Public propertyInvoiceOrders
Gets a typed query for the Crm.Invoicing.InvoiceOrder entity type.
Public propertyInvoices
Gets a typed query for the Crm.Invoicing.Invoice entity type.
Public propertyInvoicesOptions
Gets a typed query for the Crm.Invoicing.InvoicesOption entity type.
Top
See Also