C# Класс FubuMVC.RavenDb.DatabaseReplacementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReplaceDatastore ( this container, RavenDbSettings settings ) : void

Change the default RavenDb datastore to the configured settings

UseInMemoryDatastore ( this container ) : void

Replace the current datastore with a new in memory datastore

Описание методов

ReplaceDatastore() публичный статический Метод

Change the default RavenDb datastore to the configured settings
public static ReplaceDatastore ( this container, RavenDbSettings settings ) : void
container this
settings FubuPersistence.RavenDb.RavenDbSettings
Результат void

UseInMemoryDatastore() публичный статический Метод

Replace the current datastore with a new in memory datastore
public static UseInMemoryDatastore ( this container ) : void
container this
Результат void