Class AddTargetArgs
新增报警联系人参数
Inheritance
Object
AddTargetArgs
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 AddTargetArgs
Constructors
AddTargetArgs()
无参构造函数
Declaration
public AddTargetArgs()
AddTargetArgs(String, String, String, String, Boolean, IList<Int64>)
构造函数
Declaration
public AddTargetArgs(string boxNo, string name, string cellphone, string email, bool enable, IList<long> alarmGroupUidList)
Parameters
| Type | Name | Description |
|---|---|---|
| String | boxNo | 盒子编码 |
| String | name | 报警联系人名称 |
| String | cellphone | 报警联系人电话 |
| String | 报警联系人邮箱 |
|
| Boolean | enable | 是否启用 |
| IList<Int64> | alarmGroupUidList | 报警联系所属的组别 |
Properties
AlarmGroupUidList
报警联系所属的组别
Declaration
public IList<long> AlarmGroupUidList { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Int64> |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Cellphone
报警联系人电话
Declaration
public string Cellphone { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
报警联系人邮箱
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Enable
是否启用
Declaration
public bool Enable { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Memo
备注
Declaration
public string Memo { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Name
报警联系人名称
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |