Click or drag to resize

CurrentBalance Class

The current inventory balances, grouped by storage key (Store, Product, Lot, etc.). Entity: Inv_Current_Balances
Inheritance Hierarchy

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

The CurrentBalance type exposes the following members.

Constructors
  NameDescription
Public methodCurrentBalance(ObjectTransaction)
Initializes a new instance of the CurrentBalance class with specific ObjectTransaction
Public methodCurrentBalance(ObjectTransaction, RowProvider)
Initializes a new instance of the CurrentBalance class with specific ObjectTransaction
Top
Properties
  NameDescription
Public propertyBaseCost
The cost of the inventory in base currency of the enterprise company. [Currency: EnterpriseCompany.BaseCurrency] [Required] [Filter(ge;le)]
Public propertyEnterpriseCompany
The enterprise company which issued the document. [Required] [Filter(multi eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLot
If non-null, contains the specific lot to use for the movement. [Filter(multi eq)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyProduct
The item that was received/issued. [Required] [Filter(multi eq)]
Public propertyProductCost
The cost of the inventory in the products currency. [Currency: Product.CostingCurrency] [Required]
Public propertyProductVariant
If specified determines which product variant of the current product in this line is used. [Filter(multi eq)]
Public propertyQuantityBase
The quantity of the stock received/issued in base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Filter(ge;le)] [ReadOnly]
Public propertyRepository
Provides access to CurrentBalancesRepository repository methods
Public propertySerialNumber
Item serial number for serialized items. null for non-serialized items. [Filter(multi eq)]
Public propertyStore
The store from which the goods are received or issued. [Required] [Filter(multi eq)]
Public propertyStoreBin
Store bin, from/to which the transaction was performed. [Filter(multi eq)]
Public propertyStoreCost
The cost of the inventory in the stores currency. [Currency: Store.Currency] [Required]
Public propertyTransaction
The transaction to which this object is attached
(Inherited from DomainObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from DomainObject.)
Public methodToString
Returns a String that represents this instance.
(Inherited from DomainObject.)
Public methodTryGet
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodFormatString
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.)
Top
See Also