Class UpdateTargetArgs
更新报警联系人参数
Inheritance
System.Object
UpdateTargetArgs
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 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 |
---|---|---|
System.Int64 | uid | 报警联系人UID |
System.String | boxNo | 盒子编码 |
System.String | name | 报警联系人名称 |
System.String | cellphone | 电话号码 |
System.String | 电子邮件 |
|
System.Boolean | enabled | 是否可用 |
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 |
Enabled
是否可用
Declaration
public bool Enabled { 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 |
Uid
报警联系人UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |