CurrentAvailabilityGroupedByProjection Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CurrentAvailabilityGroupedByProjection(
Store store,
Lot lot,
StoreBin storeBin,
DateTime documentDate,
Guid id,
Transaction rentTransaction,
Asset rentalAsset,
Amount unitCost = null,
Amount lineCost = null
)
Public Sub New (
store As Store,
lot As Lot,
storeBin As StoreBin,
documentDate As DateTime,
id As Guid,
rentTransaction As Transaction,
rentalAsset As Asset,
Optional unitCost As Amount = Nothing,
Optional lineCost As Amount = Nothing
)
public:
CurrentAvailabilityGroupedByProjection(
Store^ store,
Lot^ lot,
StoreBin^ storeBin,
DateTime^ documentDate,
Guid^ id,
Transaction^ rentTransaction,
Asset^ rentalAsset,
Amount^ unitCost = nullptr,
Amount^ lineCost = nullptr
)
new :
store : Store *
lot : Lot *
storeBin : StoreBin *
documentDate : DateTime *
id : Guid *
rentTransaction : Transaction *
rentalAsset : Asset *
?unitCost : Amount *
?lineCost : Amount
(* Defaults:
let _unitCost = defaultArg unitCost null
let _lineCost = defaultArg lineCost null
*)
-> CurrentAvailabilityGroupedByProjection
Parameters
- store
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStore
The store. - lot
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryLot
The lot. - storeBin
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreBin
The store bin. - documentDate
- Type: SystemDateTime
The document date. - id
- Type: SystemGuid
The identifier. - rentTransaction
- Type: Aloe.EnterpriseOne.Model.Applications.RentalTransaction
The currency. - rentalAsset
- Type: Aloe.EnterpriseOne.Model.Applications.RentalAsset
The rental asset. - unitCost (Optional)
- Type: Aloe.EnterpriseOne.ModelAmount
The unit cost. - lineCost (Optional)
- Type: Aloe.EnterpriseOne.ModelAmount
The line cost.
See Also