C# Class TheAirline.Models.General.DifficultyLevels

Mostrar archivo Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
AddDifficultyLevel ( DifficultyLevel level ) : void
Clear ( ) : void
GetDifficultyLevel ( string name ) : DifficultyLevel
GetDifficultyLevels ( ) : List
RemoveDifficultyLevel ( DifficultyLevel level ) : void

Method Details

AddDifficultyLevel() public static method

public static AddDifficultyLevel ( DifficultyLevel level ) : void
level DifficultyLevel
return void

Clear() public static method

public static Clear ( ) : void
return void

GetDifficultyLevel() public static method

public static GetDifficultyLevel ( string name ) : DifficultyLevel
name string
return DifficultyLevel

GetDifficultyLevels() public static method

public static GetDifficultyLevels ( ) : List
return List

RemoveDifficultyLevel() public static method

public static RemoveDifficultyLevel ( DifficultyLevel level ) : void
level DifficultyLevel
return void