Show / Hide Table of Contents

Class GasVentPumpData

Inheritance
System.Object
GasVentPumpData
Implements
IAtmosDeviceData
Namespace: Content.Shared.Atmos.Piping.Unary.Components
Assembly: Content.Shared.dll
Syntax
public sealed class GasVentPumpData : object, IAtmosDeviceData

Fields

| Improve this Doc View Source

FillModePreset

Declaration
public static GasVentPumpData FillModePreset
Field Value
Type Description
GasVentPumpData
| Improve this Doc View Source

FilterModePreset

Declaration
public static GasVentPumpData FilterModePreset
Field Value
Type Description
GasVentPumpData
| Improve this Doc View Source

PanicModePreset

Declaration
public static GasVentPumpData PanicModePreset
Field Value
Type Description
GasVentPumpData
| Improve this Doc View Source

ReplaceModePreset

Declaration
public static GasVentPumpData ReplaceModePreset
Field Value
Type Description
GasVentPumpData

Properties

| Improve this Doc View Source

Dirty

Declaration
public bool Dirty { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ExternalPressureBound

Declaration
public float ExternalPressureBound { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

IgnoreAlarms

Declaration
public bool IgnoreAlarms { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

InternalPressureBound

Declaration
public float InternalPressureBound { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

PressureChecks

Declaration
public VentPressureBound PressureChecks { get; set; }
Property Value
Type Description
VentPressureBound
| Improve this Doc View Source

PumpDirection

Declaration
public VentPumpDirection PumpDirection { get; set; }
Property Value
Type Description
VentPumpDirection

Implements

IAtmosDeviceData
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾