C# Class vlko.core.RavenDB.DBInit

ファイルを表示 Open project: vlko/vlko

Public Methods

Method Description
ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

RegisterDocumentStore ( IDocumentStore documentStore ) : void

Registers the document store.

Private Methods

Method Description
RegisterIndexes ( IDocumentStore documentStore ) : void

Registers the indexes.

Method Details

ListOfModelTypes() public static method

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

RegisterDocumentStore() public static method

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