Class GeoCzechRegion
- Namespace
- SunamoShared.Value
- Assembly
- SunamoShared.dll
Represents a Czech administrative region with its abbreviations and main city.
public class GeoCzechRegion
- Inheritance
-
GeoCzechRegion
- Inherited Members
- Extension Methods
Constructors
GeoCzechRegion(string, string, string, string)
Creates a new Czech region instance.
public GeoCzechRegion(string shortcutRZ, string name, string shortcutCSU, string mainCity)
Parameters
shortcutRZstringThe vehicle registration plate abbreviation.
namestringThe full name of the region.
shortcutCSUstringThe Czech Statistical Office abbreviation.
mainCitystringThe main city (capital) of the region.
Properties
MainCity
The main city (capital) of the region.
public string MainCity { get; set; }
Property Value
Name
The full name of the region.
public string Name { get; set; }
Property Value
ShortcutCSU
The Czech Statistical Office (CSU) abbreviation for the region.
public string ShortcutCSU { get; set; }
Property Value
ShortcutRZ
The vehicle registration plate abbreviation for the region.
public string ShortcutRZ { get; set; }