C# Class TheAirline.Models.General.DifficultyLevels

Afficher le fichier Open project: TheAirlineProject/tap-desktop

Méthodes publiques

Méthode Description
AddDifficultyLevel ( DifficultyLevel level ) : void
Clear ( ) : void
GetDifficultyLevel ( string name ) : DifficultyLevel
GetDifficultyLevels ( ) : List
RemoveDifficultyLevel ( DifficultyLevel level ) : void

Method Details

AddDifficultyLevel() public static méthode

public static AddDifficultyLevel ( DifficultyLevel level ) : void
level DifficultyLevel
Résultat void

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetDifficultyLevel() public static méthode

public static GetDifficultyLevel ( string name ) : DifficultyLevel
name string
Résultat DifficultyLevel

GetDifficultyLevels() public static méthode

public static GetDifficultyLevels ( ) : List
Résultat List

RemoveDifficultyLevel() public static méthode

public static RemoveDifficultyLevel ( DifficultyLevel level ) : void
level DifficultyLevel
Résultat void