Click or drag to resize
Infosoft Logo

RetailerAccountingSystemExportParameters Class

Provides data for the ExportRetailersToAccountingSystem operation on IRetailerExportService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailRetailerAccountingSystemExportParameters

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

The RetailerAccountingSystemExportParameters type exposes the following members.

Properties
 NameDescription
Public propertyCategoryCodes Gets or sets a list of category codes that indicate which retailers should be included based on their categories. If the list is empty, all categories will be included.
Public propertyFromRetailerNumber Gets or sets the first retailer number that will be included. If omitted, no lower bound will be applied.
Public propertyIsAllTitles Gets or sets a value indicating whether this export session for all titles
Public propertyIsInitialExport Gets or sets a value indicating whether this export session is an initial export to the accounting system, i.e. if no retailer data is currently present in the accounting system.
Public propertyRetailerFilter Gets or sets the retailer filter value. This determines what combination of active/passive retailers will be included.
Public propertyTitleCode Gets or sets the title code.
Public propertyToRetailerNumber Gets or sets the last retailer number that will be included. If omitted, no upper bound will be applied.
Top
See Also