C# Class TheAirline.Models.Airports.HubType

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

Private Properties

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

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HubType ( string name, double price, TypeOfHub type ) : System

Private Methods

Méthode Description
HubType ( 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

HubType() public méthode

public HubType ( string name, double price, TypeOfHub type ) : System
name string
price double
type TypeOfHub
Résultat System