C# Класс BalloonsPop.Core.EngineCore

The core logic for requsting commands based on input and executing those commands in the provided context.
Показать файл Открыть проект

Защищенные методы

Метод Описание
EngineCore ( IContext ctx, IUserInputValidator inputValidator, ICommandFactory cmdFactory, ILogger logger ) : System

Initializes a new instance of the EngineCore class.

GetCommand ( string userCommand ) : ICommand

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

EngineCore() защищенный Метод

Initializes a new instance of the EngineCore class.
protected EngineCore ( IContext ctx, IUserInputValidator inputValidator, ICommandFactory cmdFactory, ILogger logger ) : System
ctx IContext
inputValidator IUserInputValidator
cmdFactory ICommandFactory
logger ILogger
Результат System

GetCommand() защищенный Метод

protected GetCommand ( string userCommand ) : ICommand
userCommand string
Результат ICommand