Table of Contents

Class ItemScanSettings

Namespace
Acuit.Pinpoint.Workstation
Assembly
Acuit.Pinpoint.Workstation.Interfaces.dll

Item scan settings used by StartScanningItem(ItemScanSettings).

public class ItemScanSettings
Inheritance
ItemScanSettings
Inherited Members

Properties

BarCodeDefinitions

Gets the collection of bar code definitions for the item.

public IList<BarCodeDefinition> BarCodeDefinitions { get; }

Property Value

IList<BarCodeDefinition>

CancelButtonText

Gets or sets the text to show for the cancel button, or null to show the localized form of "Cancel".

public string CancelButtonText { get; set; }

Property Value

string

ItemDetails

Gets or sets optional item details, shown centered below ItemName in the scan dialog.

public string ItemDetails { get; set; }

Property Value

string

Remarks

This can contain multiple lines.

ItemName

Gets or sets the item name, shown at the top of the scan dialog, to the right of a "Please scan:" prompt.

public string ItemName { get; set; }

Property Value

string

Numbers

Gets the collection of settings for numbers to be collected for the item.

public IList<ItemScanNumberSettings> Numbers { get; }

Property Value

IList<ItemScanNumberSettings>

ShowCancelButton

Gets or sets whether to show the cancel button.

public bool ShowCancelButton { get; set; }

Property Value

bool