Class InstrumentItemPara
仪表项参数
public class InstrumentItemPara
- Inheritance
-
InstrumentItemPara
- Inherited Members
- Extension Methods
Properties
CategoryName
类别
public string CategoryName { get; set; }
Property Value
Enable
使能
public bool Enable { get; set; }
Property Value
EnableAsync
异步执行项
public bool EnableAsync { get; set; }
Property Value
IsCheck
点检
public bool IsCheck { get; set; }
Property Value
ItemName
名称
public string ItemName { get; set; }
Property Value
LL
下限
public double LL { get; set; }
Property Value
LU
上限
public double LU { get; set; }
Property Value
SortID
排序ID
public int SortID { get; set; }
Property Value
Methods
ToString()
重载ToString()方法
public override string ToString()