Table of Contents

Class StandardNumberIds

Namespace
Acuit.Pinpoint.Common.BarCodes
Assembly
Acuit.Pinpoint.Common.dll

Standard Acuit Pinpoint bar code number identifiers.

public static class StandardNumberIds
Inheritance
StandardNumberIds
Inherited Members

Remarks

These are the number identifiers used by Acuit Pinpoint, but plug-ins and other clients can define their own identifiers for their own use.

Fields

ModelNumber

The identifier for model numbers.

public const string ModelNumber = "model"

Field Value

string

SerialNumber

The identifier for serial numbers.

public const string SerialNumber = "serial"

Field Value

string

UnitModelNumber

The identifier for unit model numbers.

public const string UnitModelNumber = "unitModel"

Field Value

string

Properties

Collection

Gets the collection of number identifiers used by Acuit Pinpoint.

public static IReadOnlyList<string> Collection { get; }

Property Value

IReadOnlyList<string>