Table of Contents

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

value int

The identifier.

name string

The name.

description string

Fields

Button

控制按钮

public static FlowFiledDisplayType Button

Field Value

FlowFiledDisplayType

Input

读写框

public static FlowFiledDisplayType Input

Field Value

FlowFiledDisplayType

None

public static FlowFiledDisplayType None

Field Value

FlowFiledDisplayType

Text

只读框

public static FlowFiledDisplayType Text

Field Value

FlowFiledDisplayType