C# Class withSIX.Play.Applications.Services.IronFrontService

Inheritance: IApplicationService
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
InstallIronFrontArma ( Game game ) : void
IronFrontService ( IronFrontInstaller ironFrontInstaller, IGameContext gameContext, IRepoActionHandler actionHandler ) : System
IsIronFrontEnabled ( Collection collection ) : bool
IsIronFrontInstalled ( Game game ) : bool

Private Methods

Method Description
GetIronFrontInfo ( Game game ) : IronFrontInfo

Method Details

InstallIronFrontArma() public method

public InstallIronFrontArma ( Game game ) : void
game Game
return void

IronFrontService() public method

public IronFrontService ( IronFrontInstaller ironFrontInstaller, IGameContext gameContext, IRepoActionHandler actionHandler ) : System
ironFrontInstaller withSIX.Play.Core.Games.Legacy.Arma.IronFrontInstaller
gameContext IGameContext
actionHandler IRepoActionHandler
return System

IsIronFrontEnabled() public method

public IsIronFrontEnabled ( Collection collection ) : bool
collection Collection
return bool

IsIronFrontInstalled() public method

public IsIronFrontInstalled ( Game game ) : bool
game Game
return bool