C# Class Project_Marmelade.Business.OptimizationHandler

Afficher le fichier Open project: DMOe15a/ProjectMarmelade Class Usage Examples

Méthodes publiques

Méthode Description
GetFruitInfo ( ) : List
GetProductNames ( ) : List
IngredientCost ( List fruitInput, List productInput, int chosen ) : decimal
ProfitCalculation ( ) : List
UpdateFruitInfo ( List updatedFruit ) : void

Method Details

GetFruitInfo() public méthode

public GetFruitInfo ( ) : List
Résultat List

GetProductNames() public méthode

public GetProductNames ( ) : List
Résultat List

IngredientCost() public méthode

public IngredientCost ( List fruitInput, List productInput, int chosen ) : decimal
fruitInput List
productInput List
chosen int
Résultat decimal

ProfitCalculation() public méthode

public ProfitCalculation ( ) : List
Résultat List

UpdateFruitInfo() public méthode

public UpdateFruitInfo ( List updatedFruit ) : void
updatedFruit List
Résultat void