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

Inheritance: CodeEvaluationBase
Show file Open project: jjrdk/ArchiMetrics

Protected Methods

Method Description
IsSpelledCorrectly ( string name ) : bool
NameSpellingRuleBase ( ISpellChecker speller ) : System

Method Details

IsSpelledCorrectly() protected method

protected IsSpelledCorrectly ( string name ) : bool
name string
return bool

NameSpellingRuleBase() protected method

protected NameSpellingRuleBase ( ISpellChecker speller ) : System
speller ISpellChecker
return System