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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCapacity ( ) : int
GetLeasingPrice ( ) : long
GetMaintenance ( ) : long
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

보호된 메소드들

메소드 설명
AirlinerType ( Manufacturer manufacturer, TypeOfAirliner typeOfAirliner, string name, string family, int cockpitCrew, 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 ) : System
AirlinerType ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

AirlinerType() 보호된 메소드

protected AirlinerType ( Manufacturer manufacturer, TypeOfAirliner typeOfAirliner, string name, string family, int cockpitCrew, 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 ) : System
manufacturer Manufacturer
typeOfAirliner TypeOfAirliner
name string
family string
cockpitCrew int
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

AirlinerType() 보호된 메소드

protected AirlinerType ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 System

GetCapacity() 공개 추상적인 메소드

public abstract GetCapacity ( ) : int
리턴 int

GetLeasingPrice() 공개 메소드

public GetLeasingPrice ( ) : long
리턴 long

GetMaintenance() 공개 메소드

public GetMaintenance ( ) : long
리턴 long

GetObjectData() 공개 메소드

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