Class AlarmTarget
报警联系人
Inheritance
Object
AlarmTarget
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 AlarmTarget
Properties
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 |
Groups
报警分组
Declaration
public IList<AlarmGroup> Groups { get; set; }
Property Value
Type | Description |
---|---|
IList<AlarmGroup> |
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 |