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