CurrentBalance Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Inventory
The CurrentBalance type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentBalance(ObjectTransaction) | Initializes a new instance of the CurrentBalance class with specific ObjectTransaction |
![]() | CurrentBalance(ObjectTransaction, RowProvider) | Initializes a new instance of the CurrentBalance class with specific ObjectTransaction |
Name | Description | |
---|---|---|
![]() | BaseCost | The cost of the inventory in base currency of the enterprise company. [Currency: EnterpriseCompany.BaseCurrency] [Required] [Filter(ge;le)] |
![]() | EnterpriseCompany | The enterprise company which issued the document. [Required] [Filter(multi eq)] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from ViewDomainObject.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | Lot | If non-null, contains the specific lot to use for the movement. [Filter(multi eq)] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | Product | The item that was received/issued. [Required] [Filter(multi eq)] |
![]() | ProductCost | The cost of the inventory in the products currency. [Currency: Product.CostingCurrency] [Required] |
![]() | ProductVariant | If specified determines which product variant of the current product in this line is used. [Filter(multi eq)] |
![]() | QuantityBase | The quantity of the stock received/issued in base measurement unit. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Required] [Filter(ge;le)] [ReadOnly] |
![]() | Repository | Provides access to CurrentBalancesRepository repository methods |
![]() | SerialNumber | Item serial number for serialized items. null for non-serialized items. [Filter(multi eq)] |
![]() | Store | The store from which the goods are received or issued. [Required] [Filter(multi eq)] |
![]() | StoreBin | Store bin, from/to which the transaction was performed. [Filter(multi eq)] |
![]() | StoreCost | The cost of the inventory in the stores currency. [Currency: Store.Currency] [Required] |
![]() | Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to this instance.
(Inherited from DomainObject.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from DomainObject.) |
![]() | ToString |
Returns a String that represents this instance.
(Inherited from DomainObject.) |
![]() | TryGet |
Tries to get the specified attribute and returns it or null, when it is not found.
(Inherited from DomainObject.) |
Name | Description | |
---|---|---|
![]() | FormatString |
Converts the object to string based on the format specified.
(Defined by FormatStringExtensions.) |