Property | Type | Description | |
---|---|---|---|
Scenario | System |
Method | Description | |
---|---|---|
AddDestination ( |
||
AddFleet ( |
||
AddOpponentAirline ( |
||
AddPassengerDemand ( |
||
AddRoute ( |
||
AddScenarioFailure ( |
||
GetObjectData ( |
||
Scenario ( string name, string description, Airline airline, Airport homebase, int startyear, int endyear, long startcash, DifficultyLevel difficulty ) : System |
Method | Description | |
---|---|---|
Scenario ( SerializationInfo info, StreamingContext ctxt ) : System |
public AddDestination ( |
||
destination | ||
return | void |
public AddFleet ( |
||
type | ||
quantity | int | |
return | void |
public AddOpponentAirline ( |
||
airline | ||
return | void |
public AddPassengerDemand ( |
||
demand | ||
return | void |
public AddRoute ( |
||
route | ||
return | void |
public AddScenarioFailure ( |
||
failure | ||
return | void |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public Scenario ( string name, string description, Airline airline, Airport homebase, int startyear, int endyear, long startcash, DifficultyLevel difficulty ) : System | ||
name | string | |
description | string | |
airline | Airline | |
homebase | Airport | |
startyear | int | |
endyear | int | |
startcash | long | |
difficulty | DifficultyLevel | |
return | System |