Class UpdateAlarmDefArgsV2
更新报警条目参数
Inheritance
System.Object
UpdateAlarmDefArgsV2
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 UpdateAlarmDefArgsV2
Constructors
UpdateAlarmDefArgsV2()
构造函数
Declaration
public UpdateAlarmDefArgsV2()
UpdateAlarmDefArgsV2(IList<UpdateAlarmDefinitionV2>, String)
构造函数
Declaration
public UpdateAlarmDefArgsV2(IList<UpdateAlarmDefinitionV2> updateAlarms, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<UpdateAlarmDefinitionV2> | updateAlarms | 报警条目列表 UpdateAlarmDefinitionV2 |
System.String | boxNo | 盒子编码 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateAlarms
报警条目列表 UpdateAlarmDefinitionV2
Declaration
public IList<UpdateAlarmDefinitionV2> UpdateAlarms { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UpdateAlarmDefinitionV2> |