C# Class Project_Marmelade.Business.OptimizationHandler

Exibir arquivo Open project: DMOe15a/ProjectMarmelade Class Usage Examples

Public Methods

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

Method Details

GetFruitInfo() public method

public GetFruitInfo ( ) : List
return List

GetProductNames() public method

public GetProductNames ( ) : List
return List

IngredientCost() public method

public IngredientCost ( List fruitInput, List productInput, int chosen ) : decimal
fruitInput List
productInput List
chosen int
return decimal

ProfitCalculation() public method

public ProfitCalculation ( ) : List
return List

UpdateFruitInfo() public method

public UpdateFruitInfo ( List updatedFruit ) : void
updatedFruit List
return void