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