Class SerialNumberType
Inheritance
System.Object
SerialNumberType
Assembly: Virinco.WATS.Interface.MES.dll
Syntax
public class SerialNumberType : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Format { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Regex
Declaration
public string Regex { get; set; }
Property Value
| Type |
Description |
| System.String |
|