Table of Contents

Class WorkType

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

加工类型

public class WorkType : IntegerEnumeration, IEquatable<Enumeration<int>>
Inheritance
WorkType
Implements
Inherited Members
Extension Methods

Constructors

WorkType()

Initializes a new instance of the WorkType class.

public WorkType()

WorkType(int, string, string)

Initializes a new instance of the WorkType class.

public WorkType(int value, string name, string description = null)

Parameters

value int

The identifier.

name string

The name.

description string

Fields

Inspection

点检加工

public static WorkType Inspection

Field Value

WorkType

Normal

正常加工

public static WorkType Normal

Field Value

WorkType

Repair

返修加工

public static WorkType Repair

Field Value

WorkType

Reset

复位状态

public static WorkType Reset

Field Value

WorkType