Class Formula2ProcessParameterModel
- Namespace
- CMS.Plugin.FormulaManagement.Abstractions.Models.Formulas
- Assembly
- CMS.Plugin.FormulaManagement.Abstractions.dll
配方下参数配置模型,获取当前应用中的配方下的采集参数配置.
public class Formula2ProcessParameterModel
- Inheritance
-
Formula2ProcessParameterModel
- Inherited Members
Properties
Lower
下限.
public double? Lower { get; set; }
Property Value
ParameterId
/参数Id.
public string ParameterId { get; set; }
Property Value
Upper
上限.
public double? Upper { get; set; }
Property Value
Value
标准值.
public string? Value { get; set; }