Class BoxAlarmCountChangedEvent
Inheritance
Object
BoxAlarmCountChangedEvent
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 BoxAlarmCountChangedEvent
Properties
AlarmCount
Declaration
public int AlarmCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BoxId
Declaration
public long BoxId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
BoxNo
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |