Property | Type | Description | |
---|---|---|---|
totalRows | int |
Method | Description | |
---|---|---|
AddComment ( |
||
Count ( ) : int | ||
DeleteDocument ( int articleId ) : void | ||
GetGradeForUser ( int articleId, int userId ) : |
||
GradeArticle ( |
||
Insert ( |
||
Search ( string searchText, int maxRows, int offset ) : List |
||
SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List |
||
Select ( int clanakId ) : |
||
SelectBestRated ( ) : List |
||
SelectById ( int articleId ) : |
||
SelectByTagId ( int tagId, int maxRows, int offset ) : List |
||
SelectComments ( int articleId, int maxRows, int offset ) : List |
||
SelectHistory ( int articleId, int maxRows, int offset ) : List |
||
SelectLastComments ( ) : List |
||
SelectTags ( int clanakId ) : List |
||
SelectTypes ( bool status ) : List |
||
TrackChange ( |
||
Update ( |
||
UpdateCommentStatus ( int articleCommentId, bool status ) : void |
public static AddComment ( |
||
comment | ||
return | void |
public static DeleteDocument ( int articleId ) : void | ||
articleId | int | |
return | void |
public static GetGradeForUser ( int articleId, int userId ) : |
||
articleId | int | |
userId | int | |
return |
public static GradeArticle ( |
||
grade | ||
return | void |
public static Insert ( |
||
article | ||
tags | List |
|
return | void |
public static Search ( string searchText, int maxRows, int offset ) : List |
||
searchText | string | |
maxRows | int | |
offset | int | |
return | List |
public static SearchByTheme ( string theme, int themeId, int maxRows, int offset ) : List |
||
theme | string | |
themeId | int | |
maxRows | int | |
offset | int | |
return | List |
public static Select ( int clanakId ) : |
||
clanakId | int | |
return |
public static SelectById ( int articleId ) : |
||
articleId | int | |
return |
public static SelectByTagId ( int tagId, int maxRows, int offset ) : List |
||
tagId | int | |
maxRows | int | |
offset | int | |
return | List |
public static SelectComments ( int articleId, int maxRows, int offset ) : List |
||
articleId | int | |
maxRows | int | |
offset | int | |
return | List |
public static SelectHistory ( int articleId, int maxRows, int offset ) : List |
||
articleId | int | |
maxRows | int | |
offset | int | |
return | List |
public static SelectTags ( int clanakId ) : List |
||
clanakId | int | |
return | List |
public static SelectTypes ( bool status ) : List |
||
status | bool | |
return | List |
public static TrackChange ( |
||
articleChange | ||
return | void |
public static Update ( |
||
article | ||
tags | List |
|
return | void |
public static UpdateCommentStatus ( int articleCommentId, bool status ) : void | ||
articleCommentId | int | |
status | bool | |
return | void |