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

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

공개 메소드들

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

Customizes the document store.

ListOfModelTypes ( ) : System.Type[]

Lists the of model types for this component.

RegisterIndexes ( IDocumentStore documentStore ) : void

Registers the indexes.

메소드 상세

CustomizeDocumentStore() 공개 메소드

Customizes the document store.
public CustomizeDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
리턴 void

ListOfModelTypes() 공개 메소드

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

RegisterIndexes() 공개 메소드

Registers the indexes.
public RegisterIndexes ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
리턴 void