C# Class MovingScrewdriver.Web.Services.AkismetService

Inheritance: IAkismetService
Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

Méthode Description
AkismetService ( IDocumentStore store ) : System
CheckForSpam ( PostComments comment ) : bool
SubmitHam ( PostComments comment ) : void
SubmitSpam ( PostComments comment ) : void

Private Methods

Méthode Description
get_api ( ) : IValidator
get_comment ( PostComments comment ) : Comment

Method Details

AkismetService() public méthode

public AkismetService ( IDocumentStore store ) : System
store IDocumentStore
Résultat System

CheckForSpam() public méthode

public CheckForSpam ( PostComments comment ) : bool
comment MovingScrewdriver.Web.Models.PostComments
Résultat bool

SubmitHam() public méthode

public SubmitHam ( PostComments comment ) : void
comment MovingScrewdriver.Web.Models.PostComments
Résultat void

SubmitSpam() public méthode

public SubmitSpam ( PostComments comment ) : void
comment MovingScrewdriver.Web.Models.PostComments
Résultat void