Метод | Описание | |
---|---|---|
Add ( string text, int type ) : bool | ||
AddAnswer ( int u_id, int q_id, string text ) : bool | ||
Delete ( int q_id ) : bool | ||
DeleteAnswer ( int u_id, int a_id ) : bool | ||
Edit ( int q_id, string text, int type ) : bool | ||
Get ( object qid, QuestionSortMode sort, int needProfiles, string nameCase, int count, int offset ) : List |
||
GetAnswerVotes ( int uid, int aid, QuestionSortMode sort, int needProfiles, int count, int offset ) : List |
||
GetAnswers ( int qid, QuestionSortMode sort, int needProfiles, int count, int offset ) : List |
||
GetOutbound ( QuestionSortMode sort, int needProfiles, string nameCase, int count, int offset ) : List |
||
GetTypes ( ) : List |
||
JoinAnswer ( int u_id, int a_id ) : bool | ||
MarkAsViewed ( object qid ) : bool | ||
QuestionsFactory ( ApiManager manager ) : System |
Метод | Описание | |
---|---|---|
buildQuestionAnswersList ( |
||
buildQuestionEntryList ( |
||
buildQuestionTypeList ( |
||
buildQuestionVotersList ( |
public Add ( string text, int type ) : bool | ||
text | string | |
type | int | |
Результат | bool |
public AddAnswer ( int u_id, int q_id, string text ) : bool | ||
u_id | int | |
q_id | int | |
text | string | |
Результат | bool |
public DeleteAnswer ( int u_id, int a_id ) : bool | ||
u_id | int | |
a_id | int | |
Результат | bool |
public Edit ( int q_id, string text, int type ) : bool | ||
q_id | int | |
text | string | |
type | int | |
Результат | bool |
public Get ( object qid, QuestionSortMode sort, int needProfiles, string nameCase, int count, int offset ) : List |
||
qid | object | |
sort | QuestionSortMode | |
needProfiles | int | |
nameCase | string | |
count | int | |
offset | int | |
Результат | List |
public GetAnswerVotes ( int uid, int aid, QuestionSortMode sort, int needProfiles, int count, int offset ) : List |
||
uid | int | |
aid | int | |
sort | QuestionSortMode | |
needProfiles | int | |
count | int | |
offset | int | |
Результат | List |
public GetAnswers ( int qid, QuestionSortMode sort, int needProfiles, int count, int offset ) : List |
||
qid | int | |
sort | QuestionSortMode | |
needProfiles | int | |
count | int | |
offset | int | |
Результат | List |
public GetOutbound ( QuestionSortMode sort, int needProfiles, string nameCase, int count, int offset ) : List |
||
sort | QuestionSortMode | |
needProfiles | int | |
nameCase | string | |
count | int | |
offset | int | |
Результат | List |
public JoinAnswer ( int u_id, int a_id ) : bool | ||
u_id | int | |
a_id | int | |
Результат | bool |
public QuestionsFactory ( ApiManager manager ) : System | ||
manager | ApiManager | |
Результат | System |