Class AddAlarmGroupArgs
新增报警组别参数
Inheritance
System.Object
AddAlarmGroupArgs
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 AddAlarmGroupArgs
Constructors
AddAlarmGroupArgs()
无参构造函数
Declaration
public AddAlarmGroupArgs()
AddAlarmGroupArgs(String, String, String)
构造函数
Declaration
public AddAlarmGroupArgs(string boxNo, string name, string memo)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.String | name | 报警组名称 |
System.String | memo | 报警组备注 |
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 |