C# Class TheAirline.Models.Airlines.FeeTypes

Mostra file Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddType ( FeeType type ) : void
Clear ( ) : void
GetType ( string name ) : FeeType
GetTypes ( ) : List
GetTypes ( FeeType type ) : List

Method Details

AddType() public static method

public static AddType ( FeeType type ) : void
type FeeType
return void

Clear() public static method

public static Clear ( ) : void
return void

GetType() public static method

public static GetType ( string name ) : FeeType
name string
return FeeType

GetTypes() public static method

public static GetTypes ( ) : List
return List

GetTypes() public static method

public static GetTypes ( FeeType type ) : List
type FeeType
return List