C# Class TheAirline.Models.General.Countries.TemporaryCountry

Inheritance: Country
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
TemporaryCountry System

Méthodes publiques

Méthode Description
GetCurrentCountry ( System.DateTime date, Country originalCountry ) : Country
TemporaryCountry ( TemporaryType type, Country country, System.DateTime startDate, System.DateTime endDate ) : System

Private Methods

Méthode Description
TemporaryCountry ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetCurrentCountry() public méthode

public GetCurrentCountry ( System.DateTime date, Country originalCountry ) : Country
date System.DateTime
originalCountry Country
Résultat Country

TemporaryCountry() public méthode

public TemporaryCountry ( TemporaryType type, Country country, System.DateTime startDate, System.DateTime endDate ) : System
type TemporaryType
country Country
startDate System.DateTime
endDate System.DateTime
Résultat System