C# Class TheAirline.Models.Airliners.AirlinerTypes

显示文件 Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddType ( AirlinerType type ) : void
Clear ( ) : void
GetAllTypes ( ) : List
GetNonStandardTypes ( ) : List
GetType ( string name ) : AirlinerType
GetTypes ( Predicate match ) : List
RemoveType ( AirlinerType type ) : void

Method Details

AddType() public static method

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

Clear() public static method

public static Clear ( ) : void
return void

GetAllTypes() public static method

public static GetAllTypes ( ) : List
return List

GetNonStandardTypes() public static method

public static GetNonStandardTypes ( ) : List
return List

GetType() public static method

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

GetTypes() public static method

public static GetTypes ( Predicate match ) : List
match Predicate
return List

RemoveType() public static method

public static RemoveType ( AirlinerType type ) : void
type AirlinerType
return void