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

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

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

Метод Описание
GetInstalledGames ( ) : InstalledGames
InstalledGamesService ( IGameContext gameContext ) : System

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

Метод Описание
CreateInstalledDlc ( Dlc dlc ) : InstalledDlc
CreateInstalledGame ( Game game ) : InstalledGame
InstalledDlcs ( Game game, IHaveDlc hasDlcs ) : IEnumerable
InstalledGames ( ) : IQueryable

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

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

public GetInstalledGames ( ) : InstalledGames
Результат InstalledGames

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

public InstalledGamesService ( IGameContext gameContext ) : System
gameContext IGameContext
Результат System