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

Показать файл Открыть проект

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

Метод Описание
ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

RegisterDocumentStore ( IDocumentStore documentStore ) : void

Registers the document store.

Приватные методы

Метод Описание
RegisterIndexes ( IDocumentStore documentStore ) : void

Registers the indexes.

Описание методов

ListOfModelTypes() публичный статический Метод

Lists the of model types.
public static ListOfModelTypes ( ) : System.Type[]
Результат System.Type[]

RegisterDocumentStore() публичный статический Метод

Registers the document store.
public static RegisterDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
Результат void