C# Class TheAirline.Models.Airliners.Manufacturer

Inheritance: BaseModel
显示文件 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
Manufacturer System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Manufacturer ( string name, string shortname, Country country, bool isReal ) : System

Private Methods

Method Description
Manufacturer ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public method

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

Manufacturer() public method

public Manufacturer ( string name, string shortname, Country country, bool isReal ) : System
name string
shortname string
country TheAirline.Models.General.Countries.Country
isReal bool
return System