Table of Contents

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

value int

The identifier.

name string

The name.

description string

Fields

Composite

综合判断

public static QualifiedJudgmentType Composite

Field Value

QualifiedJudgmentType

Local

本机判断

public static QualifiedJudgmentType Local

Field Value

QualifiedJudgmentType

PLC

PLC判断

public static QualifiedJudgmentType PLC

Field Value

QualifiedJudgmentType