C# 클래스 MovingScrewdriver.Web.Services.AkismetService

상속: IAkismetService
파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
AkismetService ( IDocumentStore store ) : System
CheckForSpam ( PostComments comment ) : bool
SubmitHam ( PostComments comment ) : void
SubmitSpam ( PostComments comment ) : void

비공개 메소드들

메소드 설명
get_api ( ) : IValidator
get_comment ( PostComments comment ) : Comment

메소드 상세

AkismetService() 공개 메소드

public AkismetService ( IDocumentStore store ) : System
store IDocumentStore
리턴 System

CheckForSpam() 공개 메소드

public CheckForSpam ( PostComments comment ) : bool
comment MovingScrewdriver.Web.Models.PostComments
리턴 bool

SubmitHam() 공개 메소드

public SubmitHam ( PostComments comment ) : void
comment MovingScrewdriver.Web.Models.PostComments
리턴 void

SubmitSpam() 공개 메소드

public SubmitSpam ( PostComments comment ) : void
comment MovingScrewdriver.Web.Models.PostComments
리턴 void