Class AlarmConfirmDefinitonArgs
报警确认参数
Inheritance
System.Object
System.EventArgs
AlarmConfirmDefinitonArgs
Inherited Members
System.EventArgs.Empty
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 AlarmConfirmDefinitonArgs : EventArgs
Properties
BoxId
盒子ID
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BoxNo
报警盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
报警内容
Declaration
public string Message { 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 |
Value
报警条目的值
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |