C# 클래스 TheAirline.Models.General.Countries.Countries

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 메소드들

메소드 설명
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