메소드 | 설명 | |
---|---|---|
CapitalizationCheck ( IChecksDataSource _checksDataSource ) : System |
Initializes a new instance of the CapitalizationCheck class.
|
|
Check ( IEnumerable |
Checks the specified Scripture tokens for capitalization within styles.
|
|
GetReferences ( IEnumerable |
Gets the references where capitalization errors occurred.
|
메소드 | 설명 | |
---|---|---|
AddListToDictionary ( List |
Adds the list of styles to dictionary.
|
|
CreateCapitalStyleDictionary ( ) : void |
Creates the dictionary of styles information that will be used in this check.
|
|
GetErrorMessage ( IChecksDataSource dataSource, |
Gets the error message given the style's reason for capitalization.
|
|
Localize ( string strToLocalize ) : string |
Returns a localized version of the specified string.
|
public CapitalizationCheck ( IChecksDataSource _checksDataSource ) : System | ||
_checksDataSource | IChecksDataSource | The data source for the check. |
리턴 | System |
public Check ( IEnumerable |
||
toks | IEnumerable |
The tokens from scripture. |
record | RecordErrorHandler | The record. |
리턴 | void |
public GetReferences ( IEnumerable |
||
tokens | IEnumerable |
The Scripture tokens. |
리턴 | List |