C# Class TheAirline.Models.General.Scenarios.ScenarioPassengerDemand

Inheritance: BaseModel
Datei anzeigen Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
ScenarioPassengerDemand System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ScenarioPassengerDemand ( double factor, System.DateTime enddate, Country country, Airport airport ) : System

Private Methods

Method Description
ScenarioPassengerDemand ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

ScenarioPassengerDemand() public method

public ScenarioPassengerDemand ( double factor, System.DateTime enddate, Country country, Airport airport ) : System
factor double
enddate System.DateTime
country TheAirline.Models.General.Countries.Country
airport TheAirline.Models.Airports.Airport
return System