Click or drag to resize
Infosoft Logo

RetailerAccountingSystemExportParametersIsInitialExport Property

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.

Namespace: Infosoft.Common.Contracts.DataContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public bool IsInitialExport { get; set; }

Property Value

Boolean
true if this export is an initial export; otherwise, false.
Remarks
If this is true, deletion information will not be exported, since the external system is assumed to have had no prior information about the deleted retailers.
See Also