C# Class Raven.Munin.Tests.MultiDicInSingleFile

Inheritance: IDisposable
Afficher le fichier Open project: ravendb/raven.munin

Protected Properties

Свойство Type Description
Database Database
persistentSource FileBasedPersistentSource
tableOne Table
tableTwo Table

Méthodes publiques

Méthode Description
Dispose ( ) : void
MultiDicInSingleFile ( ) : System

Méthodes protégées

Méthode Description
Commit ( ) : void
OpenDictionary ( ) : void
Reopen ( ) : void

Method Details

Commit() protected méthode

protected Commit ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MultiDicInSingleFile() public méthode

public MultiDicInSingleFile ( ) : System
Résultat System

OpenDictionary() protected méthode

protected OpenDictionary ( ) : void
Résultat void

Reopen() protected méthode

protected Reopen ( ) : void
Résultat void

Property Details

Database protected_oe property

protected Database Database
Résultat Database

persistentSource protected_oe property

protected FileBasedPersistentSource persistentSource
Résultat FileBasedPersistentSource

tableOne protected_oe property

protected Table tableOne
Résultat Table

tableTwo protected_oe property

protected Table tableTwo
Résultat Table