Click or drag to resize

CurrentAvailabilityGroupedByProjection Constructor

Initializes a new instance of the CurrentAvailabilityGroupedByProjection class.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CurrentAvailabilityGroupedByProjection(
	Store store,
	Lot lot,
	StoreBin storeBin,
	DateTime documentDate,
	Guid id,
	Transaction rentTransaction,
	Asset rentalAsset,
	Amount unitCost = null,
	Amount lineCost = null
)

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