Method | Description | |
---|---|---|
Comment ( int cid, CommentType commenttype ) : |
||
RecordVote ( int commentid, byte vote, int userid ) : void | ||
SaveComment ( int elementid, int parentid, string comment, CommentType commenttype, int userid ) : void |
public Comment ( int cid, CommentType commenttype ) : |
||
cid | int | |
commenttype | CommentType | |
return |
public RecordVote ( int commentid, byte vote, int userid ) : void | ||
commentid | int | |
vote | byte | |
userid | int | |
return | void |
public SaveComment ( int elementid, int parentid, string comment, CommentType commenttype, int userid ) : void | ||
elementid | int | |
parentid | int | |
comment | string | |
commenttype | CommentType | |
userid | int | |
return | void |