Table of Contents

Class AbnormalCause

Namespace
CMS.Plugin.MesSuite.Abstractions.Enums
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

AbnormalCause

public class AbnormalCause : StringEnumeration, IEquatable<Enumeration<string>>
Inheritance
AbnormalCause
Implements
Inherited Members

Constructors

AbnormalCause()

Initializes a new instance of the AbnormalCause class.

public AbnormalCause()

AbnormalCause(string, string, string)

Initializes a new instance of the AbnormalCause class.

public AbnormalCause(string value, string name, string description = null)

Parameters

value string

The identifier.

name string

The name.

description string

Fields

FixtureCheckFail

public static AbnormalCause FixtureCheckFail

Field Value

AbnormalCause

InspectionPointTaskException

public static AbnormalCause InspectionPointTaskException

Field Value

AbnormalCause

MaterialCheckFail

public static AbnormalCause MaterialCheckFail

Field Value

AbnormalCause

MaterialCodeNotBoundProductCode

public static AbnormalCause MaterialCodeNotBoundProductCode

Field Value

AbnormalCause

MesException

public static AbnormalCause MesException

Field Value

AbnormalCause

MissingProcessing

public static AbnormalCause MissingProcessing

Field Value

AbnormalCause

NoFormula

public static AbnormalCause NoFormula

Field Value

AbnormalCause

NoOrder

public static AbnormalCause NoOrder

Field Value

AbnormalCause

NoProduct

public static AbnormalCause NoProduct

Field Value

AbnormalCause

OtherCheckFail

public static AbnormalCause OtherCheckFail

Field Value

AbnormalCause

ProcessRouteMismatch

public static AbnormalCause ProcessRouteMismatch

Field Value

AbnormalCause

ProductMismatch

public static AbnormalCause ProductMismatch

Field Value

AbnormalCause

ProductNG

public static AbnormalCause ProductNG

Field Value

AbnormalCause

RepeatedEntry

public static AbnormalCause RepeatedEntry

Field Value

AbnormalCause

TrayCodeNotBoundProductCode

public static AbnormalCause TrayCodeNotBoundProductCode

Field Value

AbnormalCause