C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ApplicationDatabase() публичный Метод

Initializes a new instance of the ApplicationDatabase class.
public ApplicationDatabase ( ) : System.IO
Результат System.IO

Close() публичный Метод

Closes this instance.
public Close ( ) : void
Результат void

FullPath() публичный Метод

Builds and returns the full filename and path.
public FullPath ( string fileName ) : string
fileName string
Результат string