C# Class SILUBS.ScriptureChecks.UnitTestChecksDataSource

SEE ICheckDataSource for documentation of these functions !!!!
Inheritance: IChecksDataSource
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
GetLocalizedString ( string strToLocalize ) : string

Returns a localized version of the specified string.

GetParameterValue ( string key ) : string
GetText ( int bookNum, int chapterNum ) : bool
Save ( ) : void
SetParameterValue ( string key, string value ) : void
TextTokens ( ) : IEnumerable
UnitTestChecksDataSource ( ) : System

Method Details

GetLocalizedString() public method

Returns a localized version of the specified string.
public GetLocalizedString ( string strToLocalize ) : string
strToLocalize string
return string

GetParameterValue() public method

public GetParameterValue ( string key ) : string
key string
return string

GetText() public method

public GetText ( int bookNum, int chapterNum ) : bool
bookNum int
chapterNum int
return bool

Save() public method

public Save ( ) : void
return void

SetParameterValue() public method

public SetParameterValue ( string key, string value ) : void
key string
value string
return void

TextTokens() public method

public TextTokens ( ) : IEnumerable
return IEnumerable

UnitTestChecksDataSource() public method

public UnitTestChecksDataSource ( ) : System
return System