Show / Hide Table of Contents

Enum SerialNumber.RemnantType_Enum

Indicates if a serial number is a remnant, and if so, what type of remnant.

Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum RemnantType_Enum

Fields

Name Description
Import

The serial number is a remnant that was imported directly into the JobTracker system. (i.e. it has no parent serial number)

NotRemnant

The serial number is not a remnant.

Remnant

The serial number is a remnant of another serial number.

Back to top Generated by DocFX