Click or drag to resize
Infosoft Logo

ReturnNumberExportParameters Class

Provides required data for exporting the Returned number for retailers.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.RetailReturnNumberExportParameters

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

The ReturnNumberExportParameters type exposes the following members.

Properties
 NameDescription
Public propertyDate Gets or sets the date.
Public propertyInitializing Gets or sets a value indicating whether this ReturnNumberExportParameters is initializing.
Public propertyReturnCode Gets or sets the return code.
Public propertyReturnCodeList Gets the configured return codes as a list.
Public propertyTitleCode Gets or sets the title code.
Public propertyWeekNumber Gets or sets the week number.
Public propertyYear Gets or sets the year.
Top
See Also