C# 클래스 EveryonesClasses.Controller

파일 보기 프로젝트 열기: DMOE15C/Orchard-Project-Global-

공개 프로퍼티들

프로퍼티 타입 설명
batchList List
harvestDayList List
salesDayList List

공개 메소드들

메소드 설명
CreateBatch ( int id, int amountOfFruit, Field field, int sellAbleAmount ) : Batch
UpdateStorage ( Batch batch ) : void

메소드 상세

CreateBatch() 공개 정적인 메소드

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

UpdateStorage() 공개 정적인 메소드

public static UpdateStorage ( Batch batch ) : void
batch Batch
리턴 void

프로퍼티 상세

batchList 공개적으로 정적으로 프로퍼티

public static List batchList
리턴 List

harvestDayList 공개적으로 정적으로 프로퍼티

public static List harvestDayList
리턴 List

salesDayList 공개적으로 정적으로 프로퍼티

public static List salesDayList
리턴 List