EnterpriseOneTransactionLogisticsProcurementObjectsPurchaseProductPrices Property |
Gets a typed query for the Logistics.Procurement.PurchaseProductPrice entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PurchaseProductPrice, PurchaseProductPricesRepository> PurchaseProductPrices { get; }
Public ReadOnly Property PurchaseProductPrices As TransactionQuery(Of PurchaseProductPrice, PurchaseProductPricesRepository)
Get
public:
property TransactionQuery<PurchaseProductPrice^, PurchaseProductPricesRepository^>^ PurchaseProductPrices {
TransactionQuery<PurchaseProductPrice^, PurchaseProductPricesRepository^>^ get ();
}
member PurchaseProductPrices : TransactionQuery<PurchaseProductPrice, PurchaseProductPricesRepository> with get
Property Value
Type:
TransactionQueryPurchaseProductPrice,
PurchaseProductPricesRepository
See Also