Class AlarmTriggerDefinitionArgs
报警条目触发参数
Inheritance
Object
EventArgs
AlarmTriggerDefinitionArgs
Inherited Members
EventArgs.Empty
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 AlarmTriggerDefinitionArgs : EventArgs
Properties
BoxId
盒子Id
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
BoxNo
报警盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
Message
报警内容
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
报警名称[暂时为报警编码代替]
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Status
状态
Declaration
public DMonStatus Status { get; set; }
Property Value
Type | Description |
---|---|
DMonStatus |
Uid
报警条目的UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Value
报警条目的值
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
Object |