C# Class TheAirline.Models.Airports.HubTypes

Show file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddHubType ( HubType type ) : void
Clear ( ) : void
GetHubType ( HubType type ) : HubType
GetHubTypes ( ) : List

Method Details

AddHubType() public static method

public static AddHubType ( HubType type ) : void
type HubType
return void

Clear() public static method

public static Clear ( ) : void
return void

GetHubType() public static method

public static GetHubType ( HubType type ) : HubType
type HubType
return HubType

GetHubTypes() public static method

public static GetHubTypes ( ) : List
return List