Class InstrumentItemResult
仪表项结果
public class InstrumentItemResult : ReturnValueBase
- Inheritance
-
InstrumentItemResult
- Inherited Members
- Extension Methods
Constructors
InstrumentItemResult()
构造
public InstrumentItemResult()
Properties
IsOK
是否合格(null=测量异常 false=不合格 true=合格)
public bool? IsOK { get; set; }
Property Value
- bool?
IsPass
是否合格(null=测量异常 false=不合格 true=合格)
public string IsPass { get; }
Property Value
LL
下限
public double LL { get; set; }
Property Value
LU
上限
public double LU { get; set; }