Class Alarm
Inheritance
System.Object
Alarm
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Alarm : ModelBase, IExtensibleDataObject, IAlarm
Constructors
Alarm()
Declaration
Fields
Empty
Declaration
public static readonly Alarm Empty
Field Value
Properties
AudioWarning
Declaration
public AlarmAudioWarningType AudioWarning { get; set; }
Property Value
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Conditions
Declaration
public AlarmConditionBase[] Conditions { get; set; }
Property Value
EvaluateForLive
Declaration
public bool EvaluateForLive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EvaluateForLoadSession
Declaration
public bool EvaluateForLoadSession { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EvaluateForManual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GroupId
Declaration
public ObjectId GroupId { get; set; }
Property Value
Id
Declaration
public ObjectId Id { get; set; }
Property Value
Log
Declaration
public bool Log { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LogicOperatorType
Declaration
public AlarmLogicOperatorType LogicOperatorType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool PopUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Priority
Declaration
public AlarmPriorityType Priority { get; set; }
Property Value
RaiseEvent
Declaration
public bool RaiseEvent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RaiseMarker
Declaration
public bool RaiseMarker { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReTriggerPeriod
Declaration
public int ReTriggerPeriod { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SuspendOnFirstOccurrence
Declaration
public bool SuspendOnFirstOccurrence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TriggerPeriod
Declaration
public int TriggerPeriod { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Warn
Declaration
public bool Warn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Serialization.IExtensibleDataObject