Class BoxAlarmEvent
Inheritance
Object
BoxAlarmEvent
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 BoxAlarmEvent
Properties
AlarmId
Declaration
public long AlarmId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
AlarmName
Declaration
public string AlarmName { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxNo
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
State
Declaration
public AlarmState State { get; set; }
Property Value
Type | Description |
---|---|
AlarmState |
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |