Property | Type | Description | |
---|---|---|---|
CreateStandardAdvertisement | void | ||
GetDeliveredFleet | List |
||
GetRoutes | List |
Method | Description | |
---|---|---|
AddAirlinePolicy ( |
||
AddAirliner ( |
||
AddAirliner ( |
||
AddAirport ( |
||
AddAlliance ( |
||
AddCodeshareAgreement ( |
||
AddFacility ( AirlineFacility facility ) : void | ||
AddFlightSchool ( |
||
AddInsurance ( |
||
AddInvoice ( |
||
AddLoan ( |
||
AddPilot ( |
||
AddRoute ( |
||
AddSubsidiaryAirline ( |
||
Airline ( |
||
GetAirlineAdvertisement ( |
||
GetAirlineAdvertisements ( ) : List |
||
GetAirlinePolicy ( string name ) : |
||
GetAirlineValue ( ) : AirlineValue | ||
GetAverageFleetAge ( ) : double | ||
GetAvgFleetValue ( ) : long | ||
GetCodesharingAirlines ( ) : List |
||
GetFleetSize ( ) : double | ||
GetFleetValue ( ) : long | ||
GetFlightCodes ( ) : List |
||
GetHubs ( ) : List |
||
GetInvoices ( ) : |
||
GetInvoicesAmount ( System.DateTime startTime, System.DateTime endTime, |
||
GetInvoicesAmountMonth ( int year, int month, |
||
GetInvoicesAmountYear ( int year, |
||
GetNextFlightCode ( int n ) : string | ||
GetNumberOfEmployees ( ) : int | ||
GetObjectData ( |
||
GetProfit ( ) : double | ||
GetReputation ( ) : AirlineValue | ||
GetValue ( ) : long | ||
HasAirplaneOnRouteTo ( |
||
HasRouteTo ( |
||
IsSubsidiaryAirline ( ) : bool | ||
RemoveAirliner ( |
||
RemoveAirport ( |
||
RemoveAlliance ( |
||
RemoveCodeshareAgreement ( |
||
RemoveFacility ( AirlineFacility facility ) : void | ||
RemoveFlightSchool ( |
||
RemoveInsurance ( |
||
RemoveLoan ( |
||
RemovePilot ( |
||
RemoveRoute ( |
||
RemoveSubsidiaryAirline ( |
||
SetAirlineAdvertisement ( |
||
SetAirlinePolicy ( string name, object value ) : void | ||
SetInvoice ( |
||
SetInvoice ( |
||
StoreBudget ( |
||
isHuman ( ) : bool |
Method | Description | |
---|---|---|
Airline ( |
Method | Description | |
---|---|---|
CreateStandardAdvertisement ( ) : void | ||
GetDeliveredFleet ( ) : List |
||
GetRoutes ( ) : List |
public AddAirlinePolicy ( |
||
policy | ||
return | void |
public AddAirliner ( |
||
airliner | ||
return | void |
public AddAirliner ( |
||
type | ||
airliner | ||
homeBase | ||
return | void |
public AddAirport ( |
||
airport | ||
return | void |
public AddAlliance ( |
||
alliance | ||
return | void |
public AddCodeshareAgreement ( |
||
share | ||
return | void |
public AddFacility ( AirlineFacility facility ) : void | ||
facility | AirlineFacility | |
return | void |
public AddFlightSchool ( |
||
school | ||
return | void |
public AddInsurance ( |
||
insurance | ||
return | void |
public AddInvoice ( |
||
invoice | ||
updateMoney | bool | |
return | void |
public AddLoan ( |
||
loan | ||
return | void |
public AddPilot ( |
||
pilot | ||
return | void |
public AddRoute ( |
||
route | ||
return | void |
public AddSubsidiaryAirline ( |
||
subsidiary | ||
return | void |
public Airline ( |
||
profile | ||
mentality | AirlineMentality | |
marketFocus | AirlineFocus | |
license | AirlineLicense | |
routeFocus | ||
return | System |
protected Airline ( |
||
info | ||
ctxt | ||
return | System |
public GetAirlineAdvertisement ( |
||
type | ||
return |
public GetAirlinePolicy ( string name ) : |
||
name | string | |
return |
public GetInvoices ( ) : |
||
return |
public GetInvoicesAmount ( System.DateTime startTime, System.DateTime endTime, |
||
startTime | System.DateTime | |
endTime | System.DateTime | |
type | ||
return | double |
public GetInvoicesAmountMonth ( int year, int month, |
||
year | int | |
month | int | |
type | ||
return | double |
public GetInvoicesAmountYear ( int year, |
||
year | int | |
type | ||
return | double |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public HasAirplaneOnRouteTo ( |
||
airport | ||
return | bool |
public HasRouteTo ( |
||
airport | ||
return | bool |
public RemoveAirliner ( |
||
airliner | ||
return | void |
public RemoveAirport ( |
||
airport | ||
return | void |
public RemoveAlliance ( |
||
alliance | ||
return | void |
public RemoveCodeshareAgreement ( |
||
share | ||
return | void |
public RemoveFacility ( AirlineFacility facility ) : void | ||
facility | AirlineFacility | |
return | void |
public RemoveFlightSchool ( |
||
school | ||
return | void |
public RemoveInsurance ( |
||
insurance | ||
return | void |
public RemoveLoan ( |
||
loan | ||
return | void |
public RemovePilot ( |
||
pilot | ||
return | void |
public RemoveRoute ( |
||
route | ||
return | void |
public RemoveSubsidiaryAirline ( |
||
subsidiary | ||
return | void |
public SetAirlineAdvertisement ( |
||
type | ||
return | void |
public SetAirlinePolicy ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public SetInvoice ( |
||
invoice | ||
return | void |
public SetInvoice ( |
||
type | ||
year | int | |
month | int | |
day | int | |
amount | double | |
return | void |
public StoreBudget ( |
||
budget | ||
return | void |