C# Class EveryonesClasses.Controller

Show file Open project: DMOE15C/Orchard-Project-Global-

Public Properties

Property Type Description
batchList List
harvestDayList List
salesDayList List

Public Methods

Method Description
CreateBatch ( int id, int amountOfFruit, Field field, int sellAbleAmount ) : Batch
UpdateStorage ( Batch batch ) : void

Method Details

CreateBatch() public static method

public static CreateBatch ( int id, int amountOfFruit, Field field, int sellAbleAmount ) : Batch
id int
amountOfFruit int
field Field
sellAbleAmount int
return Batch

UpdateStorage() public static method

public static UpdateStorage ( Batch batch ) : void
batch Batch
return void

Property Details

batchList public static property

public static List batchList
return List

harvestDayList public static property

public static List harvestDayList
return List

salesDayList public static property

public static List salesDayList
return List