Show / Hide Table of Contents

Class Länder

Exposes information about contries in the world.

Inheritance
Object
Länder
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Domain
Assembly: IRM.dll
Syntax
public static class Länder

Properties

Alla

All countries in the world.

Declaration
public static List<Land> Alla { get; }
Property Value
List<Land>

EU

All countries that are part of the European Union (EU).

Declaration
public static IEnumerable<Land> EU { get; }
Property Value
IEnumerable<Land>

Methods

GetLand(String)

Gets a country for the specified landKod.

Declaration
public static Land GetLand(string landKod)
Parameters
String landKod

The 2- or 3-digit country code.

Returns
Land

The Land represented by the landKod.

Back to top Generated by DocFX