C# Class Raven.Munin.Tests.MultiDicInSingleFile

Inheritance: IDisposable
Mostrar archivo Open project: ravendb/raven.munin

Protected Properties

Property Type Description
Database Database
persistentSource FileBasedPersistentSource
tableOne Table
tableTwo Table

Public Methods

Method Description
Dispose ( ) : void
MultiDicInSingleFile ( ) : System

Protected Methods

Method Description
Commit ( ) : void
OpenDictionary ( ) : void
Reopen ( ) : void

Method Details

Commit() protected method

protected Commit ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

MultiDicInSingleFile() public method

public MultiDicInSingleFile ( ) : System
return System

OpenDictionary() protected method

protected OpenDictionary ( ) : void
return void

Reopen() protected method

protected Reopen ( ) : void
return void

Property Details

Database protected_oe property

protected Database Database
return Database

persistentSource protected_oe property

protected FileBasedPersistentSource persistentSource
return FileBasedPersistentSource

tableOne protected_oe property

protected Table tableOne
return Table

tableTwo protected_oe property

protected Table tableTwo
return Table