Class AddTargetArgs
新增报警联系人参数
Inheritance
System.Object
AddTargetArgs
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 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 |
---|---|---|
System.String | boxNo | 盒子编码 |
System.String | name | 报警联系人名称 |
System.String | cellphone | 报警联系人电话 |
System.String | 报警联系人邮箱 |
|
System.Boolean | enable | 是否启用 |
System.Collections.Generic.IList<System.Int64> | alarmGroupUidList | 报警联系所属的组别 |
Properties
AlarmGroupUidList
报警联系所属的组别
Declaration
public IList<long> AlarmGroupUidList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int64> |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cellphone
报警联系人电话
Declaration
public string Cellphone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
报警联系人邮箱
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enable
是否启用
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |