Property | Type | Description | |
---|---|---|---|
totalRows | int |
Method | Description | |
---|---|---|
Count ( ) : int | ||
GetGradeForUser ( int pitanjeID, int userID ) : |
||
GradeQuestion ( |
||
SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List |
||
SelectBestLiked ( ) : List |
||
SelectByTagId ( int tagId, int maxRows, int offset ) : List |
||
SelectLastAnswers ( ) : List |
||
SelectTags ( int pitanjeId ) : List |
||
SelectUnAnswered ( ) : List |
||
Update ( |
||
UpdateAnswerStatus ( int IdOdgovora, bool status ) : void |
public static GetGradeForUser ( int pitanjeID, int userID ) : |
||
pitanjeID | int | |
userID | int | |
return |
public static GradeQuestion ( |
||
grade | ||
return | void |
public static SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List |
||
theme | string | |
themeId | int | |
maxRows | int | |
offset | int | |
return | List |
public static SelectByTagId ( int tagId, int maxRows, int offset ) : List |
||
tagId | int | |
maxRows | int | |
offset | int | |
return | List |
public static SelectTags ( int pitanjeId ) : List |
||
pitanjeId | int | |
return | List |
public static Update ( |
||
question | ||
tags | List |
|
return | void |
public static UpdateAnswerStatus ( int IdOdgovora, bool status ) : void | ||
IdOdgovora | int | |
status | bool | |
return | void |