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
显示文件 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