Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
QuizProjectMvc
Web
ViewModels
Quiz
Ranking
QuizRankedModel
C# Class QuizProjectMvc.Web.ViewModels.Quiz.Ranking.QuizRankedModel
A Quiz that can be ranked by number of solutions for a given time period
Inheritance:
QuizBasicViewModel
,
IRankedObject
Exibir arquivo
Open project: kidroca/project-quiz-mvc
Public Methods
Method
Description
GetRank
(
DateRange
range
) :
int
Returns the quiz rank for a given period
Method Details
GetRank()
public
abstract
method
Returns the quiz rank for a given period
public
abstract
GetRank
(
DateRange
range
) :
int
range
DateRange
The date range to compare rankings
return
int