Méthode | Description | |
---|---|---|
BackgroundCommentCount ( int qid ) : int | ||
CreateQuestion ( |
||
Debated ( System.DateTime date, int limit ) : IQueryable |
||
GetQuestion ( int qid ) : |
||
GetQuestionByAnswerPara ( int apid ) : |
||
LatestActivity ( int qid ) : System.DateTime | ||
LatestAnsweredByParliament ( int limit ) : IQueryable |
||
LatestByParliament ( int limit ) : IQueryable |
||
LatestByPeople ( int limit ) : IQueryable |
||
LatestWithTitle ( string title, System.DateTime date ) : int | ||
Ministrys ( ) : IEnumerable |
||
PopularByPeople ( System.DateTime date, int limit ) : IQueryable |
||
QuestionCommentCount ( int qid ) : int | ||
Recent ( int limit ) : IQueryable |
||
ValidateQuestion ( |
Méthode | Description | |
---|---|---|
CommentCount ( int qid, CommentType type ) : int |
public BackgroundCommentCount ( int qid ) : int | ||
qid | int | |
Résultat | int |
public CreateQuestion ( |
||
q | ||
Résultat |
public Debated ( System.DateTime date, int limit ) : IQueryable |
||
date | System.DateTime | |
limit | int | |
Résultat | IQueryable |
public GetQuestion ( int qid ) : |
||
qid | int | |
Résultat |
public GetQuestionByAnswerPara ( int apid ) : |
||
apid | int | |
Résultat |
public LatestActivity ( int qid ) : System.DateTime | ||
qid | int | |
Résultat | System.DateTime |
public LatestAnsweredByParliament ( int limit ) : IQueryable |
||
limit | int | |
Résultat | IQueryable |
public LatestByParliament ( int limit ) : IQueryable |
||
limit | int | |
Résultat | IQueryable |
public LatestByPeople ( int limit ) : IQueryable |
||
limit | int | |
Résultat | IQueryable |
public LatestWithTitle ( string title, System.DateTime date ) : int | ||
title | string | |
date | System.DateTime | |
Résultat | int |
public PopularByPeople ( System.DateTime date, int limit ) : IQueryable |
||
date | System.DateTime | |
limit | int | |
Résultat | IQueryable |
public QuestionCommentCount ( int qid ) : int | ||
qid | int | |
Résultat | int |
public ValidateQuestion ( |
||
q | ||
Résultat | void |