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.
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
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