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