Class StandardNumberIds
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
SerialNumber
The identifier for serial numbers.
public const string SerialNumber = "serial"
Field Value
UnitModelNumber
The identifier for unit model numbers.
public const string UnitModelNumber = "unitModel"
Field Value
Properties
Collection
Gets the collection of number identifiers used by Acuit Pinpoint.
public static IReadOnlyList<string> Collection { get; }