BaseAlarm.UpstreamAlarms Property

<< 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)

 

Syntax


public virtual Nullable<IMultiReceiver> UpstreamAlarms { get; set; }

 

Remarks


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.

 

See Also


BaseAlarm Class

BNCS.Logic.Abstract Namespace