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