C# Class ArchiMetrics.CodeReview.Rules.Code.NameSpellingRuleBase

Inheritance: CodeEvaluationBase
Afficher le fichier Open project: jjrdk/ArchiMetrics

Méthodes protégées

Méthode Description
IsSpelledCorrectly ( string name ) : bool
NameSpellingRuleBase ( ISpellChecker speller ) : System

Method Details

IsSpelledCorrectly() protected méthode

protected IsSpelledCorrectly ( string name ) : bool
name string
Résultat bool

NameSpellingRuleBase() protected méthode

protected NameSpellingRuleBase ( ISpellChecker speller ) : System
speller ISpellChecker
Résultat System