Class EntryResultConfig
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Enums
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
进站结果
public class EntryResultConfig : IntegerEnumeration, IEquatable<Enumeration<int>>
- Inheritance
-
EntryResultConfig
- Implements
- Inherited Members
- Extension Methods
Constructors
EntryResultConfig()
Initializes a new instance of the EntryResultConfig class.
public EntryResultConfig()
EntryResultConfig(int, string, string)
Initializes a new instance of the EntryResultConfig class.
public EntryResultConfig(int value, string name, string description = null)
Parameters
Fields
ExitWithoutProcessing
public static EntryResultConfig ExitWithoutProcessing
Field Value
MaterialCodeNotBoundProductCode
public static EntryResultConfig MaterialCodeNotBoundProductCode
Field Value
MesFail
public static EntryResultConfig MesFail
Field Value
MissingProcessing
public static EntryResultConfig MissingProcessing
Field Value
NG
public static EntryResultConfig NG
Field Value
NoProductEntry
public static EntryResultConfig NoProductEntry
Field Value
OK
public static EntryResultConfig OK
Field Value
ProductNG
public static EntryResultConfig ProductNG
Field Value
RepeatedEntry
public static EntryResultConfig RepeatedEntry
Field Value
Reset
public static EntryResultConfig Reset
Field Value
TrayCodeNotBoundProductCode
public static EntryResultConfig TrayCodeNotBoundProductCode