C# Class BusinessLogic.Models.Games.TrendingGamesRequest

Afficher le fichier Open project: NemeStats/NemeStats Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TrendingGamesRequest ( int numberOfTrendingGamesToShow, int numberOfDaysOfTrendingGames )

Méthodes protégées

Méthode Description
Equals ( TrendingGamesRequest other ) : bool

Method Details

Equals() protected méthode

protected Equals ( TrendingGamesRequest other ) : bool
other TrendingGamesRequest
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TrendingGamesRequest() public méthode

public TrendingGamesRequest ( int numberOfTrendingGamesToShow, int numberOfDaysOfTrendingGames )
numberOfTrendingGamesToShow int
numberOfDaysOfTrendingGames int