Show / Hide Table of Contents

Interface IAlarmParameterCondition

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

Properties

ConditionType

Declaration
AlarmConditionType ConditionType { get; set; }
Property Value
Type Description
AlarmConditionType

Id

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

OperatorType

Declaration
AlarmOperatorType OperatorType { get; }
Property Value
Type Description
AlarmOperatorType

ParameterIdentifier

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

Value

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