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

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

공개 메소드들

메소드 설명
GetTown ( string name ) : Town
GetTown ( string name, State state ) : Town
GetTowns ( ) : List
GetTowns ( Country country ) : List

메소드 상세

GetTown() 공개 정적인 메소드

public static GetTown ( string name ) : Town
name string
리턴 Town

GetTown() 공개 정적인 메소드

public static GetTown ( string name, State state ) : Town
name string
state State
리턴 Town

GetTowns() 공개 정적인 메소드

public static GetTowns ( ) : List
리턴 List

GetTowns() 공개 정적인 메소드

public static GetTowns ( Country country ) : List
country Country
리턴 List