Class RemoveDataMonDefArgsV2
删除数据监控条目参数
Inheritance
System.Object
RemoveDataMonDefArgsV2
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 RemoveDataMonDefArgsV2
Constructors
RemoveDataMonDefArgsV2()
构造函数
Declaration
public RemoveDataMonDefArgsV2()
RemoveDataMonDefArgsV2(IList<Int64>, String)
构造函数
Declaration
public RemoveDataMonDefArgsV2(IList<long> ids, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Int64> | ids | 要删除的实时数据监控条目ID列表 |
System.String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ids
Id列表
Declaration
public IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |