Class QualifiedJudgmentType
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Enums
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
合格判断方式
public class QualifiedJudgmentType : IntegerEnumeration, IEquatable<Enumeration<int>>
- Inheritance
-
QualifiedJudgmentType
- Implements
- Inherited Members
- Extension Methods
Constructors
QualifiedJudgmentType()
Initializes a new instance of the QualifiedJudgmentType class.
public QualifiedJudgmentType()
QualifiedJudgmentType(int, string, string)
Initializes a new instance of the QualifiedJudgmentType class.
public QualifiedJudgmentType(int value, string name, string description = null)
Parameters
Fields
Composite
综合判断
public static QualifiedJudgmentType Composite
Field Value
Local
本机判断
public static QualifiedJudgmentType Local
Field Value
PLC
PLC判断
public static QualifiedJudgmentType PLC