Click or drag to resize
Infosoft Logo

RetailInvoiceJobParametersAccountingExportRetailerFilterCode Property

Gets or sets the retailer filter code.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string AccountingExportRetailerFilterCode { get; set; }

Property Value

String
Remarks
This is a wrapper for the RetailerFilter property, and is needed because you can't bind to enum values at design time. See: http://community.devexpress.com/forums/t/14640.aspx.
See Also