C# Class FT.Model.CommentRepository

Inheritance: Repository, ICommentRepository
Afficher le fichier Open project: friism/folketsting

Méthodes publiques

Méthode Description
Comment ( int cid, CommentType commenttype ) : Comment
RecordVote ( int commentid, byte vote, int userid ) : void
SaveComment ( int elementid, int parentid, string comment, CommentType commenttype, int userid ) : void

Method Details

Comment() public méthode

public Comment ( int cid, CommentType commenttype ) : Comment
cid int
commenttype CommentType
Résultat FT.DB.Comment

RecordVote() public méthode

public RecordVote ( int commentid, byte vote, int userid ) : void
commentid int
vote byte
userid int
Résultat void

SaveComment() public méthode

public SaveComment ( int elementid, int parentid, string comment, CommentType commenttype, int userid ) : void
elementid int
parentid int
comment string
commenttype CommentType
userid int
Résultat void