C# Class EveryonesClasses.Controller

Exibir arquivo 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_oe static_oe property

public static List batchList
return List

harvestDayList public_oe static_oe property

public static List harvestDayList
return List

salesDayList public_oe static_oe property

public static List salesDayList
return List