InvoiceLinesRepositoryInvoiceReference Field |
Definition of the
Invoice reference
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly PrimaryKeyReference<InvoiceLine, Invoice> InvoiceReference
Public Shared ReadOnly InvoiceReference As PrimaryKeyReference(Of InvoiceLine, Invoice)
public:
static initonly PrimaryKeyReference<InvoiceLine^, Invoice^>^ InvoiceReference
static val InvoiceReference: PrimaryKeyReference<InvoiceLine, Invoice>
Field Value
Type:
PrimaryKeyReferenceInvoiceLine,
Invoice
See Also