C# 클래스 Godot.IcsModel.StockBooker

상속: IStockBooker
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
BookItemIntoStock ( Stock stock, decimal quantity, Unit unit, RecipeableItem recipeableItem ) : StockItem
BookItemOutOfStock ( Stock stock, decimal quantity, Unit unit, RecipeableItem recipeableItem ) : StockItem
StockBooker ( IUnitConverter unitConverter ) : System

비공개 메소드들

메소드 설명
FindStockItem ( Stock stock, Unit unit, RecipeableItem recipeableItem, bool createIfNotExists ) : StockItem

메소드 상세

BookItemIntoStock() 공개 메소드

public BookItemIntoStock ( Stock stock, decimal quantity, Unit unit, RecipeableItem recipeableItem ) : StockItem
stock Godot.IcsModel.Entities.Stock
quantity decimal
unit Godot.IcsModel.Entities.Unit
recipeableItem Godot.IcsModel.Entities.RecipeableItem
리턴 Godot.IcsModel.Entities.StockItem

BookItemOutOfStock() 공개 메소드

public BookItemOutOfStock ( Stock stock, decimal quantity, Unit unit, RecipeableItem recipeableItem ) : StockItem
stock Godot.IcsModel.Entities.Stock
quantity decimal
unit Godot.IcsModel.Entities.Unit
recipeableItem Godot.IcsModel.Entities.RecipeableItem
리턴 Godot.IcsModel.Entities.StockItem

StockBooker() 공개 메소드

public StockBooker ( IUnitConverter unitConverter ) : System
unitConverter IUnitConverter
리턴 System