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
Fields
Constant
常量
public static FlowFiledType Constant
Field Value
GenerateBarcode
生成条码
public static FlowFiledType GenerateBarcode
Field Value
ParsingBarcode
解析条码
public static FlowFiledType ParsingBarcode
Field Value
Printer
打印机
public static FlowFiledType Printer
Field Value
Variable
变量
public static FlowFiledType Variable