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

Inheritance: IInstalledGamesService, IApplicationService
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetInstalledGames ( ) : InstalledGames
InstalledGamesService ( IGameContext gameContext ) : System

Private Methods

Method Description
CreateInstalledDlc ( Dlc dlc ) : InstalledDlc
CreateInstalledGame ( Game game ) : InstalledGame
InstalledDlcs ( Game game, IHaveDlc hasDlcs ) : IEnumerable
InstalledGames ( ) : IQueryable

Method Details

GetInstalledGames() public method

public GetInstalledGames ( ) : InstalledGames
return InstalledGames

InstalledGamesService() public method

public InstalledGamesService ( IGameContext gameContext ) : System
gameContext IGameContext
return System