TransactionCostCorrectionsSummaryEntry Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Inventory
The TransactionCostCorrectionsSummaryEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransactionCostCorrectionsSummaryEntry(ObjectTransaction) | Initializes a new instance of the TransactionCostCorrectionsSummaryEntry class with specific ObjectTransaction |
![]() | TransactionCostCorrectionsSummaryEntry(ObjectTransaction, RowProvider) | Initializes a new instance of the TransactionCostCorrectionsSummaryEntry class with specific ObjectTransaction |
Name | Description | |
---|---|---|
![]() | BaseCostAdjustment | The cost correction in Base currency. [Currency: TransactionObj.EnterpriseCompany.BaseCurrency] [Required] [Filter(eq;ge;le)] |
![]() | CostCorrectionAmount | The cost correction in the original currency of the store transaction. [Currency: TransactionObj.DocumentCurrency] [Required] [Filter(eq;ge;le)] |
![]() | 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.) |
![]() | 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.) |
![]() | ProductCostAdjustment | The cost correction in Products currency. [Currency: TransactionLine.Product.CostingCurrency] [Required] [Filter(eq;ge;le)] |
![]() | Repository | Provides access to TransactionCostCorrectionsSummaryRepository repository methods |
![]() | StoreCostAdjustment | The cost correction in Stores currency. [Currency: TransactionObj.Store.Currency] [Required] [Filter(eq;ge;le)] |
![]() | Transaction |
The transaction to which this object is attached
(Inherited from DomainObject.) |
![]() | TransactionLine | Unique transaction line id. [Required] [Default(New Guid)] [Filter(multi eq)] |
![]() | TransactionObj | The transaction to which the transaction line belongs. [Required] [Filter(multi eq)] [Owner] |
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.) |