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

상속: Country
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TemporaryCountry System

공개 메소드들

메소드 설명
GetCurrentCountry ( System.DateTime date, Country originalCountry ) : Country
TemporaryCountry ( TemporaryType type, Country country, System.DateTime startDate, System.DateTime endDate ) : System

비공개 메소드들

메소드 설명
TemporaryCountry ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

GetCurrentCountry() 공개 메소드

public GetCurrentCountry ( System.DateTime date, Country originalCountry ) : Country
date System.DateTime
originalCountry Country
리턴 Country

TemporaryCountry() 공개 메소드

public TemporaryCountry ( TemporaryType type, Country country, System.DateTime startDate, System.DateTime endDate ) : System
type TemporaryType
country Country
startDate System.DateTime
endDate System.DateTime
리턴 System