C# Класс Godot.IcsRunner.Core.RecipeExecutor

Наследование: IRecipeExecutor
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( RecipeJob recipeJob ) : void
RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System

Описание методов

Execute() публичный Метод

public Execute ( RecipeJob recipeJob ) : void
recipeJob RecipeJob
Результат void

RecipeExecutor() публичный Метод

public RecipeExecutor ( IDbConversation dbConversation, IRecipeFinder recipeFinder, IStockFinder stockFinder, IStockBooker stockBooker ) : System
dbConversation IDbConversation
recipeFinder IRecipeFinder
stockFinder IStockFinder
stockBooker IStockBooker
Результат System