C# Class BudgetAnalyser.Engine.Persistence.ApplicationDatabase

A top level class that contains reference information to all other data stores in the application. This class is not intended to contain full domain objects rather meta-data that points to the objects. Prefer to use just the domain objects required, rather than over using an object that contains references to everything.
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
ApplicationDatabase ( ) : System.IO

Initializes a new instance of the ApplicationDatabase class.

Close ( ) : void

Closes this instance.

FullPath ( string fileName ) : string

Builds and returns the full filename and path.

Method Details

ApplicationDatabase() public method

Initializes a new instance of the ApplicationDatabase class.
public ApplicationDatabase ( ) : System.IO
return System.IO

Close() public method

Closes this instance.
public Close ( ) : void
return void

FullPath() public method

Builds and returns the full filename and path.
public FullPath ( string fileName ) : string
fileName string
return string