Show / Hide Table of Contents

Class AirAlarmUpdateAlarmThresholdMessage

Inheritance
System.Object
AirAlarmUpdateAlarmThresholdMessage
Namespace: Content.Shared.Atmos.Monitor.Components
Assembly: Content.Shared.dll
Syntax
public sealed class AirAlarmUpdateAlarmThresholdMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

AirAlarmUpdateAlarmThresholdMessage(String, AtmosMonitorThresholdType, AtmosAlarmThreshold, Nullable<Gas>)

Declaration
public AirAlarmUpdateAlarmThresholdMessage(string address, AtmosMonitorThresholdType type, AtmosAlarmThreshold threshold, Gas? gas = null)
Parameters
Type Name Description
System.String address
AtmosMonitorThresholdType type
AtmosAlarmThreshold threshold
System.Nullable<Gas> gas

Properties

| Improve this Doc View Source

Address

Declaration
public string Address { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Gas

Declaration
public Gas? Gas { get; }
Property Value
Type Description
System.Nullable<Gas>
| Improve this Doc View Source

Threshold

Declaration
public AtmosAlarmThreshold Threshold { get; }
Property Value
Type Description
AtmosAlarmThreshold
| Improve this Doc View Source

Type

Declaration
public AtmosMonitorThresholdType Type { get; }
Property Value
Type Description
AtmosMonitorThresholdType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾