C# Class Infrastructure.Database.MongoInitializerBase

Inheritance: IMongoInitializerBase
Afficher le fichier Open project: razonrus/mongo-infrastructure

Protected Properties

Свойство Type Description
dbPrefix string

Méthodes publiques

Méthode Description
GetDatabase ( string dbName ) : MongoDatabase

Méthodes protégées

Méthode Description
CreateIndexes ( ) : void
InitIncrementalIdCounters ( ) : void
MongoInitializerBase ( ) : System

Private Methods

Méthode Description
InitializeDatabase ( string connectionString ) : void

Method Details

CreateIndexes() protected méthode

protected CreateIndexes ( ) : void
Résultat void

GetDatabase() public méthode

public GetDatabase ( string dbName ) : MongoDatabase
dbName string
Résultat MongoDatabase

InitIncrementalIdCounters() protected méthode

protected InitIncrementalIdCounters ( ) : void
Résultat void

MongoInitializerBase() protected méthode

protected MongoInitializerBase ( ) : System
Résultat System

Property Details

dbPrefix protected_oe static_oe property

protected static string dbPrefix
Résultat string