C# 클래스 QuizProjectMvc.Web.ViewModels.Quiz.Ranking.QuizRankedModel

A Quiz that can be ranked by number of solutions for a given time period
상속: QuizBasicViewModel, IRankedObject
파일 보기 프로젝트 열기: kidroca/project-quiz-mvc

공개 메소드들

메소드 설명
GetRank ( DateRange range ) : int

Returns the quiz rank for a given period

메소드 상세

GetRank() 공개 추상적인 메소드

Returns the quiz rank for a given period
public abstract GetRank ( DateRange range ) : int
range DateRange The date range to compare rankings
리턴 int