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