Class AddDmonsArgsV2
新增监控点参数
Inheritance
Object
AddDmonsArgsV2
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 AddDmonsArgsV2
Constructors
AddDmonsArgsV2()
构造函数
Declaration
public AddDmonsArgsV2()
AddDmonsArgsV2(IList<AddDataMonitorDefinitionV2>, String)
构造函数
Declaration
public AddDmonsArgsV2(IList<AddDataMonitorDefinitionV2> addDmons, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
IList<AddDataMonitorDefinitionV2> | addDmons | 实时数据条目列表 |
String | boxNo | 盒子编码 |
Properties
AddDmons
实时数据条目列表 AddDataMonitorDefinitionV2
Declaration
public IList<AddDataMonitorDefinitionV2> AddDmons { get; set; }
Property Value
Type | Description |
---|---|
IList<AddDataMonitorDefinitionV2> |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |