Click or drag to resize

TransactionCostCorrectionsSummaryEntry Properties

The TransactionCostCorrectionsSummaryEntry type exposes the following members.

Properties
  NameDescription
Public propertyBaseCostAdjustment
The cost correction in Base currency. [Currency: TransactionObj.EnterpriseCompany.BaseCurrency] [Required] [Filter(eq;ge;le)]
Public propertyCostCorrectionAmount
The cost correction in the original currency of the store transaction. [Currency: TransactionObj.DocumentCurrency] [Required] [Filter(eq;ge;le)]
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 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 propertyProductCostAdjustment
The cost correction in Products currency. [Currency: TransactionLine.Product.CostingCurrency] [Required] [Filter(eq;ge;le)]
Public propertyRepository
Provides access to TransactionCostCorrectionsSummaryRepository repository methods
Public propertyStoreCostAdjustment
The cost correction in Stores currency. [Currency: TransactionObj.Store.Currency] [Required] [Filter(eq;ge;le)]
Public propertyTransaction
The transaction to which this object is attached
(Inherited from DomainObject.)
Public propertyTransactionLine
Unique transaction line id. [Required] [Default(New Guid)] [Filter(multi eq)]
Public propertyTransactionObj
The transaction to which the transaction line belongs. [Required] [Filter(multi eq)] [Owner]
Top
See Also