Show / Hide Table of Contents

Interface ITriggeredAlarm

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

Properties

AlarmId

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

CompositeSessionId

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

Id

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

SetId

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

Time

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

TimeNs

Declaration
long TimeNs { get; }
Property Value
Type Description
System.Int64

Value

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