Table of Contents

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

value int

The identifier.

name string

The name.

description string

Fields

Automatic

自动工序

public static WorkSectionType Automatic

Field Value

WorkSectionType

Manual

手动工序

public static WorkSectionType Manual

Field Value

WorkSectionType