C# 클래스 FubuMVC.RavenDb.DatabaseReplacementExtensions

파일 보기 프로젝트 열기: DarthFubuMVC/FubuPersistence

공개 메소드들

메소드 설명
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