C# Class vlko.core.RavenDB.ComponentDbInit

Inheritance: IComponentDbInit
Afficher le fichier Open project: vlko/vlko

Méthodes publiques

Méthode Description
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.

Method Details

CustomizeDocumentStore() public méthode

Customizes the document store.
public CustomizeDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
Résultat void

ListOfModelTypes() public méthode

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

RegisterIndexes() public méthode

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