C# Класс vlko.core.RavenDB.ComponentDbInit

Наследование: IComponentDbInit
Показать файл Открыть проект

Открытые методы

Метод Описание
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