Click or drag to resize

CurrentAvailability Class

Represents a product availability entry.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Logistics.InventoryCurrentAvailability

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class CurrentAvailability

The CurrentAvailability type exposes the following members.

Constructors
  NameDescription
Public methodCurrentAvailability
Initializes a new instance of the CurrentAvailability class
Top
Properties
  NameDescription
Public propertyEnterpriseCompany
Gets or sets the enterprise company.
Public propertyLot
Gets or sets the lot.
Public propertyProduct
Gets or sets the product.
Public propertyProductVariant
Gets or sets the product variant.
Public propertyQuantityBase
Gets or sets the available quantity.
Public propertySerialNumber
Gets or sets the serial number.
Public propertyStore
Gets or sets the store.
Public propertyStoreBin
Gets or sets the store bin.
Top
See Also