Show / Hide Table of Contents

Interface IAlarmEventCondition

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

Properties

ConditionType

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

EventId

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

Id

Declaration
ObjectId Id { get; set; }
Property Value
Type Description
ObjectId
In This Article
Back to top Generated by DocFX