Skip to content

DiGi.EPW.Constants

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.EPW.Constants Namespace

Classes

FileExtension Class

Provides constant values for supported file extensions.

public static class FileExtension

Inheritance System.Object → FileExtension

Fields

FileExtension.EPWFile Field

The file extension for EPW files.

public const string EPWFile = "epw";

Field Value

System.String

HeaderName Class

Provides constant definitions for header names used across the application.

public static class HeaderName

Inheritance System.Object → HeaderName

Fields

HeaderName.Comments1 Field

The header name representing the first comments record.

public const string Comments1 = "COMMENTS 1";

Field Value

System.String

HeaderName.Comments2 Field

The header name representing the second comments record.

public const string Comments2 = "COMMENTS 2";

Field Value

System.String

HeaderName.DataPeriods Field

The header name representing the data periods information.

public const string DataPeriods = "DATA PERIODS";

Field Value

System.String

HeaderName.DesignConditions Field

The header name representing the design conditions information.

public const string DesignConditions = "DESIGN CONDITIONS";

Field Value

System.String

HeaderName.GroundTemperatures Field

The header name representing the ground temperatures information.

public const string GroundTemperatures = "GROUND TEMPERATURES";

Field Value

System.String

HeaderName.HolidaysDaylightSavings Field

The header name representing the holidays/daylight savings information.

public const string HolidaysDaylightSavings = "HOLIDAYS/DAYLIGHT SAVINGS";

Field Value

System.String

HeaderName.Location Field

The header name representing the location information.

public const string Location = "LOCATION";

Field Value

System.String

HeaderName.TypicalExtremePeriods Field

The header name representing the typical/extreme periods information.

public const string TypicalExtremePeriods = "TYPICAL/EXTREME PERIODS";

Field Value

System.String