Class GasVentPumpData
Inheritance
System.Object
GasVentPumpData
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
|
Improve this Doc
View Source
FilterModePreset
Declaration
public static GasVentPumpData FilterModePreset
Field Value
|
Improve this Doc
View Source
PanicModePreset
Declaration
public static GasVentPumpData PanicModePreset
Field Value
|
Improve this Doc
View Source
ReplaceModePreset
Declaration
public static GasVentPumpData ReplaceModePreset
Field Value
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
|
Improve this Doc
View Source
PumpDirection
Declaration
public VentPumpDirection PumpDirection { get; set; }
Property Value
Implements