Class WorkSectionType
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Enums
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
工序类型
public class WorkSectionType : IntegerEnumeration, IEquatable<Enumeration<int>>
- Inheritance
-
WorkSectionType
- Implements
- Inherited Members
- Extension Methods
Constructors
WorkSectionType()
Initializes a new instance of the WorkSectionType class.
public WorkSectionType()
WorkSectionType(int, string, string)
Initializes a new instance of the WorkSectionType class.
public WorkSectionType(int value, string name, string description = null)
Parameters
Fields
Automatic
自动工序
public static WorkSectionType Automatic
Field Value
Manual
手动工序
public static WorkSectionType Manual