Class UpdateTargetArgs
更新报警联系人参数
Inheritance
Object
UpdateTargetArgs
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 UpdateTargetArgs
Constructors
UpdateTargetArgs()
无参构造函数
Declaration
public UpdateTargetArgs()
UpdateTargetArgs(Int64, String, String, String, String, Boolean, IList<Int64>)
构造函数
Declaration
public UpdateTargetArgs(long uid, string boxNo, string name, string cellphone, string email, bool enabled, IList<long> alarmGroupUidList)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | uid | 报警联系人UID |
| String | boxNo | 盒子编码 |
| String | name | 报警联系人名称 |
| String | cellphone | 电话号码 |
| String | 电子邮件 |
|
| Boolean | enabled | 是否可用 |
| 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 |
Enabled
是否可用
Declaration
public bool Enabled { 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 |
Uid
报警联系人UID
Declaration
public long Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |