Class Coolant
Section key holder + concrete implementation for ICoolantDef.
public class Coolant : ICoolantDef
- Inheritance
-
Coolant
- Implements
- Inherited Members
- Extension Methods
Fields
Flood
Flood coolant (corresponds to M08).
public const string Flood = "Flood"
Field Value
Mist
Mist coolant (corresponds to M07).
public const string Mist = "Mist"
Field Value
Off
Coolant off (corresponds to M09).
public const string Off = "Off"
Field Value
Properties
IsOn
Whether any coolant is currently active.
public bool IsOn { get; set; }
Property Value
Mode
public string Mode { get; set; }