Click or drag to resize

BarcodeMask Constructor

Initializes a new instance of the BarcodeMask class

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2024.6
Syntax
C#
public BarcodeMask(
	string prefix,
	string mask,
	params Segment[] segements
)

Parameters

prefix
Type: SystemString
mask
Type: SystemString
segements
Type: LSRetail.Omni.Domain.DataModel.Base.RetailSegment
See Also