Show / Hide Table of Contents

Interface IAlarm

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IAlarm

Properties

AudioWarning

Declaration
AlarmAudioWarningType AudioWarning { get; }
Property Value
Type Description
AlarmAudioWarningType

Comment

Declaration
string Comment { get; }
Property Value
Type Description
System.String

Conditions

Declaration
AlarmConditionBase[] Conditions { get; }
Property Value
Type Description
AlarmConditionBase[]

EvaluateForLive

Declaration
bool EvaluateForLive { get; }
Property Value
Type Description
System.Boolean

EvaluateForLoadSession

Declaration
bool EvaluateForLoadSession { get; }
Property Value
Type Description
System.Boolean

EvaluateForManual

Declaration
bool EvaluateForManual { get; }
Property Value
Type Description
System.Boolean

GroupId

Declaration
ObjectId GroupId { get; }
Property Value
Type Description
ObjectId

Id

Declaration
ObjectId Id { get; }
Property Value
Type Description
ObjectId

Log

Declaration
bool Log { get; }
Property Value
Type Description
System.Boolean

LogicOperatorType

Declaration
AlarmLogicOperatorType LogicOperatorType { get; }
Property Value
Type Description
AlarmLogicOperatorType

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

PopUp

Declaration
bool PopUp { get; }
Property Value
Type Description
System.Boolean

Priority

Declaration
AlarmPriorityType Priority { get; }
Property Value
Type Description
AlarmPriorityType

RaiseEvent

Declaration
bool RaiseEvent { get; }
Property Value
Type Description
System.Boolean

RaiseMarker

Declaration
bool RaiseMarker { get; set; }
Property Value
Type Description
System.Boolean

ReTriggerPeriod

Declaration
int ReTriggerPeriod { get; }
Property Value
Type Description
System.Int32

SuspendOnFirstOccurrence

Declaration
bool SuspendOnFirstOccurrence { get; }
Property Value
Type Description
System.Boolean

TriggerPeriod

Declaration
int TriggerPeriod { get; }
Property Value
Type Description
System.Int32

Warn

Declaration
bool Warn { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX