C# Class TheAirline.Models.Airliners.AirlinerTypes

Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Méthode 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 méthode

public static AddType ( AirlinerType type ) : void
type AirlinerType
Résultat void

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetAllTypes() public static méthode

public static GetAllTypes ( ) : List
Résultat List

GetNonStandardTypes() public static méthode

public static GetNonStandardTypes ( ) : List
Résultat List

GetType() public static méthode

public static GetType ( string name ) : AirlinerType
name string
Résultat AirlinerType

GetTypes() public static méthode

public static GetTypes ( Predicate match ) : List
match Predicate
Résultat List

RemoveType() public static méthode

public static RemoveType ( AirlinerType type ) : void
type AirlinerType
Résultat void