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

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop

Private Properties

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

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
OneToManyCountry ( Country country, System.DateTime startDate, System.DateTime endDate ) : System

Private Methods

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

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

OneToManyCountry() public méthode

public OneToManyCountry ( Country country, System.DateTime startDate, System.DateTime endDate ) : System
country Country
startDate System.DateTime
endDate System.DateTime
Résultat System