Class GetDMonitorGroupArgs
获取单条监测点组参数
Inheritance
System.Object
GetDMonitorGroupArgs
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 GetDMonitorGroupArgs
Constructors
GetDMonitorGroupArgs()
无参构造函数
Declaration
public GetDMonitorGroupArgs()
GetDMonitorGroupArgs(String, Int64)
构造函数
Declaration
public GetDMonitorGroupArgs(string boxNo, long uid)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.Int64 | uid | 检测点组别UID |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
检测点组别UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |