Class SetDataMonitorGroupOnlyArgs
设置监控点组别开始/停止参数
Inheritance
System.Object
SetDataMonitorGroupOnlyArgs
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 SetDataMonitorGroupOnlyArgs
Constructors
SetDataMonitorGroupOnlyArgs()
无参构造函数
Declaration
public SetDataMonitorGroupOnlyArgs()
SetDataMonitorGroupOnlyArgs(String, IList<Int64>)
构造函数
Declaration
public SetDataMonitorGroupOnlyArgs(string boxNo, IList<long> dataMonitorGroupList)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.Collections.Generic.IList<System.Int64> | dataMonitorGroupList | 监测点组UID |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMonitorGroupList
监测点组UID
Declaration
public IList<long> DataMonitorGroupList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |