C# 클래스 SILUBS.SharedScrUtils.TextFileDataSource

A class representing a file that can be parsed to find characters
상속: IChecksDataSource
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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 parameters, CharacterCategorizer categorizer ) : System

Initializes a new instance of the TextFileDataSource class.

TextTokens ( ) : IEnumerable

Gets the text tokens.

메소드 상세

GetLocalizedString() 공개 메소드

public GetLocalizedString ( string strToLocalize ) : string
strToLocalize string
리턴 string

GetParameterValue() 공개 메소드

Gets the parameter value.
public GetParameterValue ( string key ) : string
key string The key.
리턴 string

GetReferences() 공개 메소드

Gets the references.
public GetReferences ( ) : List
리턴 List

GetText() 공개 메소드

Gets the text (not supported).
public GetText ( int bookNum, int chapterNum ) : bool
bookNum int The book num.
chapterNum int The chapter num.
리턴 bool

Save() 공개 메소드

Saves this instance (not supported).
public Save ( ) : void
리턴 void

SetParameterValue() 공개 메소드

Sets the parameter value (not supported).
public SetParameterValue ( string key, string value ) : void
key string The key.
value string The value.
리턴 void

TextFileDataSource() 공개 메소드

Initializes a new instance of the TextFileDataSource class.
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

TextFileDataSource() 공개 메소드

Initializes a new instance of the TextFileDataSource class.
public TextFileDataSource ( string scrChecksDllFile, string scrCheck, string fileData, string scrRefFormatString, string>.Dictionary parameters, CharacterCategorizer categorizer ) : 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.
parameters string>.Dictionary Checking parameters to send the check.
categorizer CharacterCategorizer The character categorizer.
리턴 System

TextTokens() 공개 메소드

Gets the text tokens.
public TextTokens ( ) : IEnumerable
리턴 IEnumerable