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