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

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

Private Properties

프로퍼티 타입 설명
EngineType System

공개 메소드들

메소드 설명
AddAirlinerType ( AirlinerType type ) : void
EngineType ( string model, Manufacturer manufacturer, TypeOfEngine engine, NoiseLevel noise, double consumptation, long price, int maxspeed, int ceiling, double runway, double range, Period produced ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

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

메소드 상세

AddAirlinerType() 공개 메소드

public AddAirlinerType ( AirlinerType type ) : void
type AirlinerType
리턴 void

EngineType() 공개 메소드

public EngineType ( string model, Manufacturer manufacturer, TypeOfEngine engine, NoiseLevel noise, double consumptation, long price, int maxspeed, int ceiling, double runway, double range, Period produced ) : System
model string
manufacturer Manufacturer
engine TypeOfEngine
noise NoiseLevel
consumptation double
price long
maxspeed int
ceiling int
runway double
range double
produced Period
리턴 System

GetObjectData() 공개 메소드

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