-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.BDL.Constants
Provides constant name definitions for BDL categories, groups, and subgroups.
public static class NameInheritance System.Object → Name
Contains constants for category names.
public static class Name.CategoryInheritance System.Object → Category
The constant value for the Industry and Construction category.
public const string K12 = "INDUSTRY AND CONSTRUCTION";The constant value for the Population category.
public const string K3 = "POPULATION";Contains constants for group names.
public static class Name.GroupInheritance System.Object → Group
The constant value for the Non-Residential Buildings group.
public const string G602 = "NON-RESIDENTIAL BUILDINGS";The constant value for the Housing Construction group.
public const string G603 = "HOUSING CONSTRUCTION";The constant value for the Energy Performance of Buildings group.
public const string G643 = "ENERGY PERFORMANCE OF BUILDINGS";The constant value for the Population group.
public const string G7 = "POPULATION";Contains constants for subgroup names.
public static class Name.SubGroupInheritance System.Object → SubGroup
The constant value for the population density and indicators subgroup.
public const string P2425 = "The population density and indicators";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)";The constant value for the new residential buildings completed - floors (quarterly data) subgroup.
public const string P4136 = "New residential buildings completed - floors (quarterly data)";The constant value for the energy performance of buildings subgroup.
public const string P4152 = "Energy performance of buildings";Provides constant URL paths and endpoints for the BDL API.
public static class UrlInheritance System.Object → Url
The base URL endpoint for the BDL API v1.
public const string EndPoint = "https://bdl.stat.gov.pl/api/v1";Contains identifier constants used in API requests.
public static class Url.IdInheritance System.Object → Id
Constant representing the units resource identifier.
public const string Units = "units";Constant representing the variables resource identifier.
public const string Variables = "variables";