Class DataMonitorPointsByGroupedNameArgs
设备监控点启用/停止参数
Inheritance
Object
DataMonitorPointsByGroupedNameArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class DataMonitorPointsByGroupedNameArgs
Constructors
DataMonitorPointsByGroupedNameArgs()
无参构造函数
Declaration
public DataMonitorPointsByGroupedNameArgs()
DataMonitorPointsByGroupedNameArgs(IDictionary<String, IList<String>>, String)
构造函数
Declaration
public DataMonitorPointsByGroupedNameArgs(IDictionary<string, IList<string>> dataMonitorList, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<String, IList<String>> | dataMonitorList | 监测点列 |
String | boxNo | 盒子编码 |
DataMonitorPointsByGroupedNameArgs(IEnumerable<Tuple<String, String>>, String)
构造函数
Declaration
public DataMonitorPointsByGroupedNameArgs(IEnumerable<Tuple<string, string>> dataMonitorList, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Tuple<String, String>> | dataMonitorList | 监测点列表(name, groupName) |
String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
DataMonitorList
监测点列表
Declaration
public IDictionary<string, IList<string>> DataMonitorList { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, IList<String>> |