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