C# Class Godot.IcsRunner.Core.RecipeExecutor

Inheritance: IRecipeExecutor
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
Execute ( RecipeJob recipeJob ) : void
RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System

Method Details

Execute() public méthode

public Execute ( RecipeJob recipeJob ) : void
recipeJob RecipeJob
Résultat void

RecipeExecutor() public méthode

public RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System
dbConversation IDbConversation
recipeFinder IRecipeFinder
stockFinder IStockFinder
stockBooker IStockBooker
Résultat System