Click or drag to resize
Infosoft Logo

HistoryTransferResult Class

Defines results data for the StartHistoryTransfer operation on IInvoiceHistoryTableTransferHandler.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailHistoryTransferResult

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class HistoryTransferResult

The HistoryTransferResult type exposes the following members.

Properties
 NameDescription
Public propertyConflictingLinesDeleted Gets or sets the number of objects that were deleted from RetailerInvoiceLineHistory because matching objects were also present in RetailerInvoiceLine.
Public propertyConflictingSumsDeleted Gets or sets the number of objects that were deleted from RetailerInvoiceSumHistory because matching objects were also present in RetailerInvoiceSum.
Public propertyLinesDeleted Gets or sets the number of objects that were deleted from RetailerInvoiceLine.
Public propertyLinesMoved Gets or sets the number of RetailerInvoiceLine objects that were moved to RetailerInvoiceLineHistory.
Public propertySumsDeleted Gets or sets the number of objects that were deleted from RetailerInvoiceSum.
Public propertySumsMoved Gets or sets the number of RetailerInvoiceSum objects that were moved to RetailerInvoiceSumHistory.
Top
See Also