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

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

공개 메소드들

메소드 설명
AddCountry ( TemporaryCountry country ) : void
Clear ( ) : void
GetCountries ( ) : List
GetCountry ( string uid ) : Country
GetTemporaryCountry ( Country country, System.DateTime date ) : TemporaryCountry

메소드 상세

AddCountry() 공개 정적인 메소드

public static AddCountry ( TemporaryCountry country ) : void
country TemporaryCountry
리턴 void

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetCountries() 공개 정적인 메소드

public static GetCountries ( ) : List
리턴 List

GetCountry() 공개 정적인 메소드

public static GetCountry ( string uid ) : Country
uid string
리턴 Country

GetTemporaryCountry() 공개 정적인 메소드

public static GetTemporaryCountry ( Country country, System.DateTime date ) : TemporaryCountry
country Country
date System.DateTime
리턴 TemporaryCountry