Class RemoveAlarmDefArgsV2
删除报警条目参数
Inheritance
Object
RemoveAlarmDefArgsV2
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 RemoveAlarmDefArgsV2
Constructors
RemoveAlarmDefArgsV2()
构造函数
Declaration
public RemoveAlarmDefArgsV2()
RemoveAlarmDefArgsV2(IList<Int64>, String)
构造函数
Declaration
public RemoveAlarmDefArgsV2(IList<long> ids, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
IList<Int64> | ids | 删除的报警条目ID列表 |
String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
Ids
删除的报警条目ID列表
Declaration
public IList<long> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<Int64> |