C# Class TheAirline.Models.Airlines.FeeTypes

Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Méthode Description
AddType ( FeeType type ) : void
Clear ( ) : void
GetType ( string name ) : FeeType
GetTypes ( ) : List
GetTypes ( FeeType type ) : List

Method Details

AddType() public static méthode

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

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetType() public static méthode

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

GetTypes() public static méthode

public static GetTypes ( ) : List
Résultat List

GetTypes() public static méthode

public static GetTypes ( FeeType type ) : List
type FeeType
Résultat List