C# 클래스 NotifierCore.Notifier.Recipe

상속: HotItem
파일 보기 프로젝트 열기: Zicore/TradingPostNotifier 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Recipe recipe ) : Recipe
Add ( int dataId, int quantity ) : Recipe
AddDeep ( int dataId, int quantity ) : Recipe
BuildRecipe ( HotItemController c ) : void
CreateSample ( ) : Recipe
Recipe ( ) : System
Recipe ( int dataId, int quantity, bool register = true ) : System
UnbuildRecipe ( HotItemController c ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CalculateCosts ( ) : void
CalculateShoppingList ( List list ) : List

메소드 상세

Add() 공개 메소드

public Add ( Recipe recipe ) : Recipe
recipe Recipe
리턴 Recipe

Add() 공개 메소드

public Add ( int dataId, int quantity ) : Recipe
dataId int
quantity int
리턴 Recipe

AddDeep() 공개 메소드

public AddDeep ( int dataId, int quantity ) : Recipe
dataId int
quantity int
리턴 Recipe

BuildRecipe() 공개 메소드

public BuildRecipe ( HotItemController c ) : void
c HotItemController
리턴 void

CreateSample() 공개 정적인 메소드

public static CreateSample ( ) : Recipe
리턴 Recipe

Recipe() 공개 메소드

public Recipe ( ) : System
리턴 System

Recipe() 공개 메소드

public Recipe ( int dataId, int quantity, bool register = true ) : System
dataId int
quantity int
register bool
리턴 System

UnbuildRecipe() 공개 메소드

public UnbuildRecipe ( HotItemController c ) : void
c HotItemController
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void