Skip to content

DiGi.BDL.Constants

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

DiGi.BDL.Constants Namespace

Classes

Name Class

Provides constant name definitions for BDL categories, groups, and subgroups.

public static class Name

Inheritance System.Object → Name

Name.Category Class

Contains constants for category names.

public static class Name.Category

Inheritance System.Object → Category

Fields

Name.Category.K12 Field

The constant value for the Industry and Construction category.

public const string K12 = "INDUSTRY AND CONSTRUCTION";

Field Value

System.String

Name.Category.K3 Field

The constant value for the Population category.

public const string K3 = "POPULATION";

Field Value

System.String

Name.Group Class

Contains constants for group names.

public static class Name.Group

Inheritance System.Object → Group

Fields

Name.Group.G602 Field

The constant value for the Non-Residential Buildings group.

public const string G602 = "NON-RESIDENTIAL BUILDINGS";

Field Value

System.String

Name.Group.G603 Field

The constant value for the Housing Construction group.

public const string G603 = "HOUSING CONSTRUCTION";

Field Value

System.String

Name.Group.G643 Field

The constant value for the Energy Performance of Buildings group.

public const string G643 = "ENERGY PERFORMANCE OF BUILDINGS";

Field Value

System.String

Name.Group.G7 Field

The constant value for the Population group.

public const string G7 = "POPULATION";

Field Value

System.String

Name.SubGroup Class

Contains constants for subgroup names.

public static class Name.SubGroup

Inheritance System.Object → SubGroup

Fields

Name.SubGroup.P2425 Field

The constant value for the population density and indicators subgroup.

public const string P2425 = "The population density and indicators";

Field Value

System.String

Name.SubGroup.P3812 Field

The constant value for the non-residential buildings, residences for communities and summer homes completed (quarterly data) subgroup.

public const string P3812 = "Non-residential buildings, residences for communities and summer homes completed (quarterly data)";

Field Value

System.String

Name.SubGroup.P4136 Field

The constant value for the new residential buildings completed - floors (quarterly data) subgroup.

public const string P4136 = "New residential buildings completed - floors (quarterly data)";

Field Value

System.String

Name.SubGroup.P4152 Field

The constant value for the energy performance of buildings subgroup.

public const string P4152 = "Energy performance of buildings";

Field Value

System.String

Url Class

Provides constant URL paths and endpoints for the BDL API.

public static class Url

Inheritance System.Object → Url

Fields

Url.EndPoint Field

The base URL endpoint for the BDL API v1.

public const string EndPoint = "https://bdl.stat.gov.pl/api/v1";

Field Value

System.String

Url.Id Class

Contains identifier constants used in API requests.

public static class Url.Id

Inheritance System.Object → Id

Fields

Url.Id.Units Field

Constant representing the units resource identifier.

public const string Units = "units";

Field Value

System.String

Url.Id.Variables Field

Constant representing the variables resource identifier.

public const string Variables = "variables";

Field Value

System.String