C# 클래스 RaccoonBlog.Web.Infrastructure.Tasks.AddCommentTask

상속: HibernatingRhinos.Loci.Common.Tasks.BackgroundTask
파일 보기 프로젝트 열기: ayende/RaccoonBlog

공개 메소드들

메소드 설명
AddCommentTask ( RaccoonBlog.Web.ViewModels.CommentInput commentInput, RaccoonBlog.Web.ViewModels.RequestValues requestValues, int postId ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
SendNewCommentEmail ( Post post, RaccoonBlog.Web.Models.PostComments comment, RaccoonBlog.Web.Models.User postAuthor ) : void
SetCommenter ( RaccoonBlog.Web.Models.Commenter commenter, RaccoonBlog.Web.Models.PostComments comment ) : void

메소드 상세

AddCommentTask() 공개 메소드

public AddCommentTask ( RaccoonBlog.Web.ViewModels.CommentInput commentInput, RaccoonBlog.Web.ViewModels.RequestValues requestValues, int postId ) : System
commentInput RaccoonBlog.Web.ViewModels.CommentInput
requestValues RaccoonBlog.Web.ViewModels.RequestValues
postId int
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void