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

Inheritance: IApplicationService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetIronFrontInfo ( Game game ) : IronFrontInfo

Method Details

InstallIronFrontArma() public méthode

public InstallIronFrontArma ( Game game ) : void
game Game
Résultat void

IronFrontService() public méthode

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

IsIronFrontEnabled() public méthode

public IsIronFrontEnabled ( Collection collection ) : bool
collection Collection
Résultat bool

IsIronFrontInstalled() public méthode

public IsIronFrontInstalled ( Game game ) : bool
game Game
Résultat bool