BH.oM.XML.EnergyPlus.EnergyPlusObject¶
Class structure¶
Implemented interfaces and base types¶
The EnergyPlusObject is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.IBHoMObject
- BH.oM.Base.IObject
Classes inheriting from this class¶
The following classes are inheriting from this class:
- BH.oM.XML.EnergyPlus.CoolingPeakCondition
- BH.oM.XML.EnergyPlus.Difference
- BH.oM.XML.EnergyPlus.EnergyPlusTabularReport
- BH.oM.XML.EnergyPlus.EstimatedCoolingPeakLoadComponent
- BH.oM.XML.EnergyPlus.EstimatedInstantDelayedSensibleLoad
- BH.oM.XML.EnergyPlus.HeatingPeakCondition
- BH.oM.XML.EnergyPlus.Latent
- BH.oM.XML.EnergyPlus.OutsideDryBulbTemperature
- BH.oM.XML.EnergyPlus.OutsideHumidityRatioAtPeak
- BH.oM.XML.EnergyPlus.OutsideWetBulbTemperature
- BH.oM.XML.EnergyPlus.PeakDesignSensibleLoad
- BH.oM.XML.EnergyPlus.SensibleDelayed
- BH.oM.XML.EnergyPlus.SensibleInstant
- BH.oM.XML.EnergyPlus.SensibleReturnAir
- BH.oM.XML.EnergyPlus.SimulationTimestamp
- BH.oM.XML.EnergyPlus.Total
- BH.oM.XML.EnergyPlus.ZoneComponentLoadSummary
- BH.oM.XML.EnergyPlus.ZoneDryBulbTemperature
- BH.oM.XML.EnergyPlus.ZoneHumidityRatioAtPeak
- BH.oM.XML.EnergyPlus.ZoneRelativeHumidity
Properties¶
Defining properties¶
The following properties are defined on the class
Name | Type | Description | Quantity |
---|---|---|---|
BHoM_Guid | Guid | - | - |
CustomData | Dictionary<string, object> | - | - |
Name | string | - | - |
Fragments | FragmentSet | - | - |
Tags | HashSet<string> | - | - |
Code and Schema¶
C# implementation¶
Assembly: XML_oM.dll
The C# class definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/XML_oM/EnergyPlus/EnergyPlusObject.json"
}
The JSON Schema is available on github here: