C# Class Zen.DataStore.Mongo.MongoDataStoreModule

Inheritance: Autofac.Module
Afficher le fichier Open project: holinov/Zen.Core

Méthodes publiques

Méthode Description
MongoDataStoreModule ( string connectionString = "mongodb://localhost", string databaseName = "ZenDatabase" ) : Autofac

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Method Details

Load() protected méthode

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void

MongoDataStoreModule() public méthode

public MongoDataStoreModule ( string connectionString = "mongodb://localhost", string databaseName = "ZenDatabase" ) : Autofac
connectionString string
databaseName string
Résultat Autofac