C# Class EveryonesClasses.Controller

Afficher le fichier Open project: DMOE15C/Orchard-Project-Global-

Méthodes publiques

Свойство Type Description
batchList List
harvestDayList List
salesDayList List

Méthodes publiques

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

Method Details

CreateBatch() public static méthode

public static CreateBatch ( int id, int amountOfFruit, Field field, int sellAbleAmount ) : Batch
id int
amountOfFruit int
field Field
sellAbleAmount int
Résultat Batch

UpdateStorage() public static méthode

public static UpdateStorage ( Batch batch ) : void
batch Batch
Résultat void

Property Details

batchList public_oe static_oe property

public static List batchList
Résultat List

harvestDayList public_oe static_oe property

public static List harvestDayList
Résultat List

salesDayList public_oe static_oe property

public static List salesDayList
Résultat List