C# 클래스 Project_Marmelade.Business.OptimizationHandler

파일 보기 프로젝트 열기: DMOe15a/ProjectMarmelade 1 사용 예제들

공개 메소드들

메소드 설명
GetFruitInfo ( ) : List
GetProductNames ( ) : List
IngredientCost ( List fruitInput, List productInput, int chosen ) : decimal
ProfitCalculation ( ) : List
UpdateFruitInfo ( List updatedFruit ) : void

메소드 상세

GetFruitInfo() 공개 메소드

public GetFruitInfo ( ) : List
리턴 List

GetProductNames() 공개 메소드

public GetProductNames ( ) : List
리턴 List

IngredientCost() 공개 메소드

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

ProfitCalculation() 공개 메소드

public ProfitCalculation ( ) : List
리턴 List

UpdateFruitInfo() 공개 메소드

public UpdateFruitInfo ( List updatedFruit ) : void
updatedFruit List
리턴 void