Table of Contents

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

value int

The identifier.

name string

The name.

description string

Fields

ExitWithoutProcessing

public static EntryResultConfig ExitWithoutProcessing

Field Value

EntryResultConfig

MaterialCodeNotBoundProductCode

public static EntryResultConfig MaterialCodeNotBoundProductCode

Field Value

EntryResultConfig

MesFail

public static EntryResultConfig MesFail

Field Value

EntryResultConfig

MissingProcessing

public static EntryResultConfig MissingProcessing

Field Value

EntryResultConfig

NG

public static EntryResultConfig NG

Field Value

EntryResultConfig

NoProductEntry

public static EntryResultConfig NoProductEntry

Field Value

EntryResultConfig

OK

public static EntryResultConfig OK

Field Value

EntryResultConfig

ProductNG

public static EntryResultConfig ProductNG

Field Value

EntryResultConfig

RepeatedEntry

public static EntryResultConfig RepeatedEntry

Field Value

EntryResultConfig

Reset

public static EntryResultConfig Reset

Field Value

EntryResultConfig

TrayCodeNotBoundProductCode

public static EntryResultConfig TrayCodeNotBoundProductCode

Field Value

EntryResultConfig