C# Class vlko.core.RavenDB.ComponentDbInit

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

Public Methods

Method 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 method

Customizes the document store.
public CustomizeDocumentStore ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
return void

ListOfModelTypes() public method

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

RegisterIndexes() public method

Registers the indexes.
public RegisterIndexes ( IDocumentStore documentStore ) : void
documentStore IDocumentStore The document store.
return void