Class PropertyTemperatureBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Thermal
Assembly: VMThermalBase.dll
This class is to represent the Temperature properties.
public abstract class PropertyTemperatureBase : PropertyThermalBase, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID
Inherited Members
PropertyThermalBase.Initialize(Unit.ConvertFactor),
PropertyThermalBase.Function,
Property.Initialize(Unit.ConvertFactor),
Property.PropertyRequestUpdate(object, LinkEventArgs),
Property.OnUpdatePropertyImpl(Property, LinkEventArgs),
Property.GetUnnamedObjectName(object),
Property.FindLocal(string),
Property.Draw(Canvas, TMatrix, TMatrix, bool),
ContainerObject
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PropertyTemperatureBase()
Initializes a new instance of the
public PropertyTemperatureBase()
Properties
DFTHRelativeFilePath
Gets or sets the dfth relative file path.
public string DFTHRelativeFilePath { get; set; }
Property Value
TypeOfProperty
Gets or sets the property type.
public PropertyTemperatureBase.PropertyType TypeOfProperty { get; set; }
Property Value
PropertyTemperatureBase.PropertyType
UnitOfTemepratureFile
Gets or sets the temperature file unit.
public TemperatureUnit UnitOfTemepratureFile { get; set; }
Property Value
Methods
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.