Свойство | Тип | Описание | |
---|---|---|---|
AirlineProfile | System | ||
GetCurrentLogo | string |
Метод | Описание | |
---|---|---|
AddLogo ( |
||
AddPreferedAircraft ( |
||
AirlineProfile ( string name, string iata, string color, string ceo, bool isReal, int founded, int folded ) : System | ||
GetObjectData ( |
Метод | Описание | |
---|---|---|
AirlineProfile ( |
||
GetCurrentLogo ( ) : string |
public AddLogo ( |
||
logo | ||
Результат | void |
public AddPreferedAircraft ( |
||
type | ||
Результат | void |
public AirlineProfile ( string name, string iata, string color, string ceo, bool isReal, int founded, int folded ) : System | ||
name | string | |
iata | string | |
color | string | |
ceo | string | |
isReal | bool | |
founded | int | |
folded | int | |
Результат | System |
public GetObjectData ( |
||
info | ||
context | ||
Результат | void |