Class for AlarmItem operation.

The following tables list the members exposed by the AlarmItem type.

Name Description
Public constructor AlarmItem Construct the instance
Top
Name Description
Public property AckTime Time that an alarm Item is set at "Acknowledge".
Public property ActiveLocalTime Time that an Alarm Item started in local time.
Public property ActiveTime Time that an Alarm Item started.
Public property Alarm Indicates whether alarm item is active (1) or normalized (0)
Public property Area Area name to which an Alarm Item belongs.
Public property ArrayIndexes (inherited from RunObj).
Public property AuxValue Auxiliary value.
Public property Category Categrory
Public property ColorBG Configured Background Color of an Alarm Item.
Public property ColorFG Configured Foreground Color of an Alarm Item.
Public property Comment Comment when alarm was acknowledged
Public property Condition Configured evaluation condition to generate an AlarmItem.
Public property Count (inherited from ListObj).
Public property Deadband Defined Deadband of an AlarmItem. Configured AlarmItem downtime.
Public property Disable Property to Disable/Enable an AlarmItem.
Public property Duration How long alarm remained active
Public property Group Group name to which an Alarm Item belongs.
Public property ID (inherited from RunObj).
Public property Id Gets the ID of an Alarm Item.
Public property Item (Overloaded) (inherited from ListObj).
Public property LastValue Last value when alarm item was checked
Public property Level Asset level
Public property Limit Get defined value to evaluate AlarmItem conditions
Public property Limit0 Reserved.
Public property Limit1 Used as alarm limit when Alarm.EnableLimitsByShift is true and Alarm.CurrentShift is 1.
Public property Limit2 Used as alarm limit when Alarm.EnableLimitsByShift is true and Alarm.CurrentShift is 2.
Public property Message Get the configured Message to display when Alarm occurs.
Public property MessageExtended Get the configured Message to display when Alarm occurs including initial char "*" to indicate that an acknowledge is required.
Public property MessageValue Get the configured Message to display when Alarm occurs.
Public property NormTime Time that an Alarm takes to "Normalization".
Public property ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property Parent (inherited from RunObj).
Public property PreviousValue Previous value when alarm item was checked
Public property Priority Get an AlarmItem Priority.
Public property Root (inherited from RunObj).
Public property Setpoint Defined Setpoint of an AlarmItem.
Public property SetpointDeadband Represents the dead band for the SetPoint property.
Public property State Get an Alarm Item State. Alarm Item state can be: Active, Acknowledge or Normalized
Public property Suspend Property to suspend an AlarmItem.
Public property SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Public property TagName Get the defined TagName that will be evaluated to generate an Alarm Item.
Public property UnAck Property set/get an Unacknowledge Alarm Item.
Public property UserName User name acknowledges alarm
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from ListObj).
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method IsInUse (inherited from ListObj).
Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top