C# 클래스 vlko.core.RavenDB.DBInit

파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

RegisterDocumentStore ( IDocumentStore documentStore ) : void

Registers the document store.

비공개 메소드들

메소드 설명
RegisterIndexes ( IDocumentStore documentStore ) : void

Registers the indexes.

메소드 상세

ListOfModelTypes() 공개 정적인 메소드

Lists the of model types.
public static ListOfModelTypes ( ) : System.Type[]
리턴 System.Type[]

RegisterDocumentStore() 공개 정적인 메소드

Registers the document store.
public static RegisterDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
리턴 void