Table of Contents

Class FlowFiledType

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

字段类型

public class FlowFiledType : IntegerEnumeration, IEquatable<Enumeration<int>>
Inheritance
FlowFiledType
Implements
Inherited Members

Constructors

FlowFiledType()

Initializes a new instance of the FlowFiledType class.

public FlowFiledType()

FlowFiledType(int, string, string)

Initializes a new instance of the FlowFiledType class.

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

Parameters

value int

The identifier.

name string

The name.

description string

Fields

Constant

常量

public static FlowFiledType Constant

Field Value

FlowFiledType

GenerateBarcode

生成条码

public static FlowFiledType GenerateBarcode

Field Value

FlowFiledType

ParsingBarcode

解析条码

public static FlowFiledType ParsingBarcode

Field Value

FlowFiledType

Printer

打印机

public static FlowFiledType Printer

Field Value

FlowFiledType

Variable

变量

public static FlowFiledType Variable

Field Value

FlowFiledType