Class TemperatureUnit
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Thermal
Assembly: VMThermalBase.dll
This class is to represent the unit of temperature.
public class TemperatureUnit : ThermalUnitBase
Inheritance
object ← FunctionUnitBase ← ThermalUnitBase ← TemperatureUnit
Inherited Members
ThermalUnitBase.SetModified(), FunctionUnitBase.Scale, FunctionUnitBase.Shift, FunctionUnitBase.Factor
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
TemperatureUnit()
Initializes a new instance of the
public TemperatureUnit()
TemperatureUnit(ILinkContainer)
Initializes a new instance of the
public TemperatureUnit(ILinkContainer lc)
Parameters
lc ILinkContainer
The owner.
Properties
Factor
Gets the factor.
public override string Factor { get; }
Property Value
Scale
Gets the scale.
public override double Scale { get; }
Property Value
Shift
Gets the shift.
public override double Shift { get; }
Property Value
UnitOfTemperature
Gets or sets the unit.
public TemperatureUnit.Temperature UnitOfTemperature { get; set; }