Class BarCodeDefinition
Defines a bar code.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class BarCodeDefinition
- Inheritance
-
BarCodeDefinition
- Inherited Members
Constructors
BarCodeDefinition()
public BarCodeDefinition()
Properties
Format
Gets or sets the bar code format, which is specific to Syntax.
[DataMember]
public string Format { get; set; }
Property Value
Remarks
See the remarks for Acuit.Pinpoint.Common.BarCodes.BarCodeMatcherParser for details about expected formats.
Syntax
Gets or sets the bar code syntax, or null to use the default.
[DataMember(Order = 2)]
public string? Syntax { get; set; }
Property Value
Remarks
See the remarks for Acuit.Pinpoint.Common.BarCodes.BarCodeMatcherParser for a list of valid syntaxes.