Table of Contents

Class ProcessParameterType

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

采集参数类型

public class ProcessParameterType : IntegerEnumeration, IEquatable<Enumeration<int>>
Inheritance
ProcessParameterType
Implements
Inherited Members
Extension Methods

Constructors

ProcessParameterType()

Initializes a new instance of the ProcessParameterType class.

public ProcessParameterType()

ProcessParameterType(int, string, string)

Initializes a new instance of the ProcessParameterType class.

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

Parameters

value int

The identifier.

name string

The name.

description string

Fields

Chart

曲线参数

public static ProcessParameterType Chart

Field Value

ProcessParameterType

Image

图片参数

public static ProcessParameterType Image

Field Value

ProcessParameterType

Normal

普通参数

public static ProcessParameterType Normal

Field Value

ProcessParameterType