C# Class BolfTracker.Infrastructure.EntityFramework.PlayerGameStatisticsRepository

Inheritance: IPlayerGameStatisticsRepository
Afficher le fichier Open project: mkchandler/bolf-tracker-mvc

Méthodes publiques

Méthode Description
Add ( BolfTracker.Models.PlayerGameStatistics model ) : void
All ( ) : IEnumerable
Delete ( BolfTracker.Models.PlayerGameStatistics model ) : void
DeleteAll ( ) : void
DeleteByGame ( int gameId ) : void
DeleteByMonthAndYear ( int month, int year ) : void
GetById ( int id ) : BolfTracker.Models.PlayerGameStatistics
GetByMonthAndYear ( int month, int year ) : IEnumerable
GetByPlayer ( int playerId ) : IEnumerable
GetByPlayerMonthAndYear ( int playerId, int month, int year ) : IEnumerable

Method Details

Add() public méthode

public Add ( BolfTracker.Models.PlayerGameStatistics model ) : void
model BolfTracker.Models.PlayerGameStatistics
Résultat void

All() public méthode

public All ( ) : IEnumerable
Résultat IEnumerable

Delete() public méthode

public Delete ( BolfTracker.Models.PlayerGameStatistics model ) : void
model BolfTracker.Models.PlayerGameStatistics
Résultat void

DeleteAll() public méthode

public DeleteAll ( ) : void
Résultat void

DeleteByGame() public méthode

public DeleteByGame ( int gameId ) : void
gameId int
Résultat void

DeleteByMonthAndYear() public méthode

public DeleteByMonthAndYear ( int month, int year ) : void
month int
year int
Résultat void

GetById() public méthode

public GetById ( int id ) : BolfTracker.Models.PlayerGameStatistics
id int
Résultat BolfTracker.Models.PlayerGameStatistics

GetByMonthAndYear() public méthode

public GetByMonthAndYear ( int month, int year ) : IEnumerable
month int
year int
Résultat IEnumerable

GetByPlayer() public méthode

public GetByPlayer ( int playerId ) : IEnumerable
playerId int
Résultat IEnumerable

GetByPlayerMonthAndYear() public méthode

public GetByPlayerMonthAndYear ( int playerId, int month, int year ) : IEnumerable
playerId int
month int
year int
Résultat IEnumerable