C# Class BudgetAnalyser.Engine.UnitTest.TestHarness.XamlOnDiskApplicationDatabaseRepositoryTestHarness

Inheritance: BudgetAnalyser.Engine.Persistence.XamlOnDiskApplicationDatabaseRepository
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
XamlOnDiskApplicationDatabaseRepositoryTestHarness ( ApplicationDatabase>.[ mapper ) : System

Protected Methods

Method Description
FileExists ( string budgetAnalyserDataStorage ) : bool
LoadXamlAsString ( string fileName ) : string

Method Details

FileExists() protected method

protected FileExists ( string budgetAnalyserDataStorage ) : bool
budgetAnalyserDataStorage string
return bool

LoadXamlAsString() protected method

protected LoadXamlAsString ( string fileName ) : string
fileName string
return string

XamlOnDiskApplicationDatabaseRepositoryTestHarness() public method

public XamlOnDiskApplicationDatabaseRepositoryTestHarness ( ApplicationDatabase>.[ mapper ) : System
mapper ApplicationDatabase>.[
return System