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
Fields
Chart
曲线参数
public static ProcessParameterType Chart
Field Value
Image
图片参数
public static ProcessParameterType Image
Field Value
Normal
普通参数
public static ProcessParameterType Normal