Class UpdateAlarmGroupArgs
更新报警组别参数
Inheritance
System.Object
UpdateAlarmGroupArgs
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 UpdateAlarmGroupArgs
Constructors
UpdateAlarmGroupArgs()
无参构造函数
Declaration
public UpdateAlarmGroupArgs()
UpdateAlarmGroupArgs(Int64, String, String)
构造函数
Declaration
public UpdateAlarmGroupArgs(long uid, string name, string boxNo)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | uid | 报警组UID |
System.String | name | 报警组名称 |
System.String | boxNo | 备注 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Memo
备注
Declaration
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
报警组名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
报警组UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |