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

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

공개 메소드들

메소드 설명
AddContinent ( Continent continent ) : void
Clear ( ) : void
GetContinent ( Region region ) : Continent
GetContinents ( ) : List

메소드 상세

AddContinent() 공개 정적인 메소드

public static AddContinent ( Continent continent ) : void
continent Continent
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetContinent() 공개 정적인 메소드

public static GetContinent ( Region region ) : Continent
region Region
리턴 Continent

GetContinents() 공개 정적인 메소드

public static GetContinents ( ) : List
리턴 List