Table of Contents

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

shortcutRZ string

The vehicle registration plate abbreviation.

name string

The full name of the region.

shortcutCSU string

The Czech Statistical Office abbreviation.

mainCity string

The main city (capital) of the region.

Properties

MainCity

The main city (capital) of the region.

public string MainCity { get; set; }

Property Value

string

Name

The full name of the region.

public string Name { get; set; }

Property Value

string

ShortcutCSU

The Czech Statistical Office (CSU) abbreviation for the region.

public string ShortcutCSU { get; set; }

Property Value

string

ShortcutRZ

The vehicle registration plate abbreviation for the region.

public string ShortcutRZ { get; set; }

Property Value

string