C# Class TheAirline.Models.Airliners.Manufacturer

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
Manufacturer System

Méthodes publiques

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

Private Methods

Méthode Description
Manufacturer ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Manufacturer() public méthode

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