C# 클래스 TheAirline.Models.Airliners.AirlinerCargoType

상속: AirlinerType
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AirlinerCargoType System

공개 메소드들

메소드 설명
AirlinerCargoType ( Manufacturer manufacturer, string name, string family, int cockpitcrew, double cargoSize, double speed, long range, double wingspan, double length, double weight, double consumption, long price, long minRunwaylength, long fuelcapacity, BodyType body, TypeRange rangeType, TypeOfEngine engine, Period produced, int prodRate, bool isConvertable, bool standardType = true ) : System
GetCapacity ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

메소드 설명
AirlinerCargoType ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

AirlinerCargoType() 공개 메소드

public AirlinerCargoType ( Manufacturer manufacturer, string name, string family, int cockpitcrew, double cargoSize, double speed, long range, double wingspan, double length, double weight, double consumption, long price, long minRunwaylength, long fuelcapacity, BodyType body, TypeRange rangeType, TypeOfEngine engine, Period produced, int prodRate, bool isConvertable, bool standardType = true ) : System
manufacturer Manufacturer
name string
family string
cockpitcrew int
cargoSize double
speed double
range long
wingspan double
length double
weight double
consumption double
price long
minRunwaylength long
fuelcapacity long
body BodyType
rangeType TypeRange
engine TypeOfEngine
produced Period
prodRate int
isConvertable bool
standardType bool
리턴 System

GetCapacity() 공개 메소드

public GetCapacity ( ) : int
리턴 int

GetObjectData() 공개 메소드

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