C# Class vlko.core.RavenDB.DBInit

Afficher le fichier Open project: vlko/vlko

Méthodes publiques

Méthode Description
ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

RegisterDocumentStore ( IDocumentStore documentStore ) : void

Registers the document store.

Private Methods

Méthode Description
RegisterIndexes ( IDocumentStore documentStore ) : void

Registers the indexes.

Method Details

ListOfModelTypes() public static méthode

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

RegisterDocumentStore() public static méthode

Registers the document store.
public static RegisterDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
Résultat void