|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Properties > BaseAlarm.AlarmCondition Property |
Gets or sets the alarm condition for the multi-receiver system.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public virtual Nullable<IMultiReceiver> AlarmCondition { get; set; }
An IMultiReceiver instance representing the alarm condition, or null if no alarm condition is set.
This property is virtual and can be overridden in a derived class. The setter is protected, allowing it to be set only within the class itself or in derived classes.