InvoiceLinesRepositoryProductReference Field |
Definition of the
Product 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, Product> ProductReference
Public Shared ReadOnly ProductReference As PrimaryKeyReference(Of InvoiceLine, Product)
public:
static initonly PrimaryKeyReference<InvoiceLine^, Product^>^ ProductReference
static val ProductReference: PrimaryKeyReference<InvoiceLine, Product>
Field Value
Type:
PrimaryKeyReferenceInvoiceLine,
Product
See Also