C# Class SwearFilter.SwearChecker

Afficher le fichier Open project: txdv/sharpmod Class Usage Examples

Méthodes publiques

Méthode Description
Check ( string text ) : bool
SwearChecker ( SwearComposite list ) : System

Méthodes protégées

Méthode Description
Add ( ISwear swear ) : void
CheckLongSwearWords ( string text ) : bool
CheckShortSwearWords ( string text ) : bool
IgnoreChars ( string text ) : string

Method Details

Add() protected méthode

protected Add ( ISwear swear ) : void
swear ISwear
Résultat void

Check() public méthode

public Check ( string text ) : bool
text string
Résultat bool

CheckLongSwearWords() protected méthode

protected CheckLongSwearWords ( string text ) : bool
text string
Résultat bool

CheckShortSwearWords() protected méthode

protected CheckShortSwearWords ( string text ) : bool
text string
Résultat bool

IgnoreChars() protected méthode

protected IgnoreChars ( string text ) : string
text string
Résultat string

SwearChecker() public méthode

public SwearChecker ( SwearComposite list ) : System
list SwearComposite
Résultat System