C# 클래스 Raven.Tests.Util.RavenDBDriver

상속: IDisposable
파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
GetDocumentStore ( ) : IDocumentStore
RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
Should_finish_without_error ( ) : void
Start ( ) : void
TraceExistingOutput ( ) : void

보호된 메소드들

메소드 설명
GetPath ( string subFolderName ) : string
Shutdown ( ) : void

메소드 상세

GetDocumentStore() 공개 메소드

public GetDocumentStore ( ) : IDocumentStore
리턴 IDocumentStore

GetPath() 보호된 메소드

protected GetPath ( string subFolderName ) : string
subFolderName string
리턴 string

RavenDBDriver() 공개 메소드

public RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
shardName string
conventions Raven.Client.Document.DocumentConvention
리턴 System

Should_finish_without_error() 공개 메소드

public Should_finish_without_error ( ) : void
리턴 void

Shutdown() 보호된 메소드

protected Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TraceExistingOutput() 공개 메소드

public TraceExistingOutput ( ) : void
리턴 void