Class UpdateDmonArgsV2
更新实时数据条目参数
Inheritance
System.Object
UpdateDmonArgsV2
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 UpdateDmonArgsV2
Constructors
UpdateDmonArgsV2()
构造函数
Declaration
public UpdateDmonArgsV2()
UpdateDmonArgsV2(IList<UpdateDataMonitorDefinitionV2>, String)
构造函数
Declaration
public UpdateDmonArgsV2(IList<UpdateDataMonitorDefinitionV2> updateDmonList, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<UpdateDataMonitorDefinitionV2> | updateDmonList | 更新的实时数据条目列表 |
System.String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateDmonList
更新的实时数据条目列表 UpdateDataMonitorDefinitionV2
Declaration
public IList<UpdateDataMonitorDefinitionV2> UpdateDmonList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UpdateDataMonitorDefinitionV2> |