C# 클래스 Raven.Munin.Tests.MultiDicInSingleFile

상속: IDisposable
파일 보기 프로젝트 열기: ravendb/raven.munin

보호된 프로퍼티들

프로퍼티 타입 설명
Database Database
persistentSource FileBasedPersistentSource
tableOne Table
tableTwo Table

공개 메소드들

메소드 설명
Dispose ( ) : void
MultiDicInSingleFile ( ) : System

보호된 메소드들

메소드 설명
Commit ( ) : void
OpenDictionary ( ) : void
Reopen ( ) : void

메소드 상세

Commit() 보호된 메소드

protected Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MultiDicInSingleFile() 공개 메소드

public MultiDicInSingleFile ( ) : System
리턴 System

OpenDictionary() 보호된 메소드

protected OpenDictionary ( ) : void
리턴 void

Reopen() 보호된 메소드

protected Reopen ( ) : void
리턴 void

프로퍼티 상세

Database 보호되어 있는 프로퍼티

protected Database Database
리턴 Database

persistentSource 보호되어 있는 프로퍼티

protected FileBasedPersistentSource persistentSource
리턴 FileBasedPersistentSource

tableOne 보호되어 있는 프로퍼티

protected Table tableOne
리턴 Table

tableTwo 보호되어 있는 프로퍼티

protected Table tableTwo
리턴 Table