C# Class TheAirline.Models.Airports.HubType

Inheritance: BaseModel
Show file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
HubType System

Public Methods

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

Private Methods

Method Description
HubType ( 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

HubType() public method

public HubType ( string name, double price, TypeOfHub type ) : System
name string
price double
type TypeOfHub
return System