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
Fields
FixtureCheckFail
public static AbnormalCause FixtureCheckFail
Field Value
InspectionPointTaskException
public static AbnormalCause InspectionPointTaskException
Field Value
MaterialCheckFail
public static AbnormalCause MaterialCheckFail
Field Value
MaterialCodeNotBoundProductCode
public static AbnormalCause MaterialCodeNotBoundProductCode
Field Value
MesException
public static AbnormalCause MesException
Field Value
MissingProcessing
public static AbnormalCause MissingProcessing
Field Value
NoFormula
public static AbnormalCause NoFormula
Field Value
NoOrder
public static AbnormalCause NoOrder
Field Value
NoProduct
public static AbnormalCause NoProduct
Field Value
OtherCheckFail
public static AbnormalCause OtherCheckFail
Field Value
ProcessRouteMismatch
public static AbnormalCause ProcessRouteMismatch
Field Value
ProductMismatch
public static AbnormalCause ProductMismatch
Field Value
ProductNG
public static AbnormalCause ProductNG
Field Value
RepeatedEntry
public static AbnormalCause RepeatedEntry
Field Value
TrayCodeNotBoundProductCode
public static AbnormalCause TrayCodeNotBoundProductCode