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

파일 보기 프로젝트 열기: ayende/RaccoonBlog

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckForSpam ( RaccoonBlog.Web.Models.PostComments comment ) : bool
MarkHam ( RaccoonBlog.Web.Models.PostComments comment ) : void
MarkSpam ( RaccoonBlog.Web.Models.PostComments comment ) : void

메소드 상세

CheckForSpam() 공개 정적인 메소드

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

MarkHam() 공개 정적인 메소드

public static MarkHam ( RaccoonBlog.Web.Models.PostComments comment ) : void
comment RaccoonBlog.Web.Models.PostComments
리턴 void

MarkSpam() 공개 정적인 메소드

public static MarkSpam ( RaccoonBlog.Web.Models.PostComments comment ) : void
comment RaccoonBlog.Web.Models.PostComments
리턴 void