C# Класс withSIX.Play.Applications.Services.IronFrontService

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

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

Метод Описание
InstallIronFrontArma ( Game game ) : void
IronFrontService ( IronFrontInstaller ironFrontInstaller, IGameContext gameContext, IRepoActionHandler actionHandler ) : System
IsIronFrontEnabled ( Collection collection ) : bool
IsIronFrontInstalled ( Game game ) : bool

Приватные методы

Метод Описание
GetIronFrontInfo ( Game game ) : IronFrontInfo

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

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

public InstallIronFrontArma ( Game game ) : void
game Game
Результат void

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

public IronFrontService ( IronFrontInstaller ironFrontInstaller, IGameContext gameContext, IRepoActionHandler actionHandler ) : System
ironFrontInstaller withSIX.Play.Core.Games.Legacy.Arma.IronFrontInstaller
gameContext IGameContext
actionHandler IRepoActionHandler
Результат System

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

public IsIronFrontEnabled ( Collection collection ) : bool
collection Collection
Результат bool

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

public IsIronFrontInstalled ( Game game ) : bool
game Game
Результат bool