Метод | Описание | |
---|---|---|
GetLocalizedString ( string strToLocalize ) : string |
|
|
GetParameterValue ( string key ) : string |
Gets the parameter value.
|
|
GetReferences ( ) : List |
Gets the references.
|
|
GetText ( int bookNum, int chapterNum ) : bool |
Gets the text (not supported).
|
|
Save ( ) : void |
Saves this instance (not supported).
|
|
SetParameterValue ( string key, string value ) : void |
Sets the parameter value (not supported).
|
|
TextFileDataSource ( string scrChecksDllFile, string scrCheck, string fileData, string scrRefFormatString ) : System |
Initializes a new instance of the TextFileDataSource class.
|
|
TextFileDataSource ( string scrChecksDllFile, string scrCheck, string fileData, string scrRefFormatString, string>.Dictionary |
Initializes a new instance of the TextFileDataSource class.
|
|
TextTokens ( ) : IEnumerable |
Gets the text tokens.
|
public GetLocalizedString ( string strToLocalize ) : string | ||
strToLocalize | string | |
Результат | string |
public GetParameterValue ( string key ) : string | ||
key | string | The key. |
Результат | string |
public GetText ( int bookNum, int chapterNum ) : bool | ||
bookNum | int | The book num. |
chapterNum | int | The chapter num. |
Результат | bool |
public SetParameterValue ( string key, string value ) : void | ||
key | string | The key. |
value | string | The value. |
Результат | void |
public TextFileDataSource ( string scrChecksDllFile, string scrCheck, string fileData, string scrRefFormatString ) : System | ||
scrChecksDllFile | string | The DLL that contains the CharactersCheck class /// |
scrCheck | string | Name of the scripture check to use |
fileData | string | An array of strings with the lines of data from the file. /// |
scrRefFormatString | string | Format string used to format scripture references. /// |
Результат | System |
public TextFileDataSource ( string scrChecksDllFile, string scrCheck, string fileData, string scrRefFormatString, string>.Dictionary |
||
scrChecksDllFile | string | The DLL that contains the CharactersCheck class |
scrCheck | string | Name of the scripture check to use |
fileData | string | An array of strings with the lines of data from the file. |
scrRefFormatString | string | Format string used to format scripture references. |
parameters | string>.Dictionary | Checking parameters to send the check. |
categorizer | The character categorizer. | |
Результат | System |