C# Класс FT.Model.CommentRepository

Наследование: Repository, ICommentRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Comment() публичный Метод

public Comment ( int cid, CommentType commenttype ) : Comment
cid int
commenttype CommentType
Результат FT.DB.Comment

RecordVote() публичный Метод

public RecordVote ( int commentid, byte vote, int userid ) : void
commentid int
vote byte
userid int
Результат void

SaveComment() публичный Метод

public SaveComment ( int elementid, int parentid, string comment, CommentType commenttype, int userid ) : void
elementid int
parentid int
comment string
commenttype CommentType
userid int
Результат void