EnterpriseOneTransactionGeneralProductsObjectsProductTypePurchaseInvoiceLineProperties Property |
Gets a typed query for the General.Products.ProductTypePurchaseInvoiceLineProperty entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ProductTypePurchaseInvoiceLineProperty, ProductTypePurchaseInvoiceLinePropertiesRepository> ProductTypePurchaseInvoiceLineProperties { get; }
Public ReadOnly Property ProductTypePurchaseInvoiceLineProperties As TransactionQuery(Of ProductTypePurchaseInvoiceLineProperty, ProductTypePurchaseInvoiceLinePropertiesRepository)
Get
public:
property TransactionQuery<ProductTypePurchaseInvoiceLineProperty^, ProductTypePurchaseInvoiceLinePropertiesRepository^>^ ProductTypePurchaseInvoiceLineProperties {
TransactionQuery<ProductTypePurchaseInvoiceLineProperty^, ProductTypePurchaseInvoiceLinePropertiesRepository^>^ get ();
}
member ProductTypePurchaseInvoiceLineProperties : TransactionQuery<ProductTypePurchaseInvoiceLineProperty, ProductTypePurchaseInvoiceLinePropertiesRepository> with get
Property Value
Type:
TransactionQueryProductTypePurchaseInvoiceLineProperty,
ProductTypePurchaseInvoiceLinePropertiesRepository
See Also