Class FlowFiledDisplayType
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Enums
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
字段显示类型
public class FlowFiledDisplayType : IntegerEnumeration, IEquatable<Enumeration<int>>
- Inheritance
-
FlowFiledDisplayType
- Implements
- Inherited Members
Constructors
FlowFiledDisplayType()
Initializes a new instance of the FlowFiledDisplayType class.
public FlowFiledDisplayType()
FlowFiledDisplayType(int, string, string)
Initializes a new instance of the FlowFiledDisplayType class.
public FlowFiledDisplayType(int value, string name, string description = null)
Parameters
Fields
Button
控制按钮
public static FlowFiledDisplayType Button
Field Value
Input
读写框
public static FlowFiledDisplayType Input
Field Value
None
无
public static FlowFiledDisplayType None
Field Value
Text
只读框
public static FlowFiledDisplayType Text