C# Класс TheAirline.Models.Airliners.EngineType

Наследование: BaseModel
Показать файл Открыть проект Примеры использования класса

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