C# 클래스 FT.Model.CommentRepository

상속: Repository, ICommentRepository
파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
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