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