|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Properties > BaseAlarm.UpstreamAlarms Property |
Gets or sets the upstream alarms associated with this instance.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public virtual Nullable<IMultiReceiver> UpstreamAlarms { get; set; }
This property holds a reference to an IMultiReceiver object that represents the alarms coming from upstream sources. The property is virtual, allowing derived classes to override its behavior if necessary.