C# Класс TheAirline.Models.General.Countries.Countries

Показать файл Открыть проект

Открытые методы

Метод Описание
AddCountry ( Country country ) : void
Clear ( ) : void
Count ( ) : int
GetAllCountries ( ) : List
GetCountries ( ) : List
GetCountries ( Region region ) : List
GetCountry ( string uid ) : Country
GetCountryFromTailNumber ( string tailnumber ) : Country

Описание методов

AddCountry() публичный статический Метод

public static AddCountry ( Country country ) : void
country Country
Результат void

Clear() публичный статический Метод

public static Clear ( ) : void
Результат void

Count() публичный статический Метод

public static Count ( ) : int
Результат int

GetAllCountries() публичный статический Метод

public static GetAllCountries ( ) : List
Результат List

GetCountries() публичный статический Метод

public static GetCountries ( ) : List
Результат List

GetCountries() публичный статический Метод

public static GetCountries ( Region region ) : List
region Region
Результат List

GetCountry() публичный статический Метод

public static GetCountry ( string uid ) : Country
uid string
Результат Country

GetCountryFromTailNumber() публичный статический Метод

public static GetCountryFromTailNumber ( string tailnumber ) : Country
tailnumber string
Результат Country