CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Ninject.Mongo.TestMongoDataStoreConnectionStringFactory Class Reference

A IMongoDataStoreConnectionStringFactory that enables you to set a database name with DatabaseName. This means you can randomly generate your own database name per test. More...

+ Inheritance diagram for Cqrs.Ninject.Mongo.TestMongoDataStoreConnectionStringFactory:

Public Member Functions

string GetMongoConnectionString ()
 Gets the current connection string. More...
 
string GetMongoDatabaseName ()
 Gets the value of DatabaseName. More...
 

Properties

static string DatabaseName [get, set]
 The name of the database currently being used. More...
 

Detailed Description

A IMongoDataStoreConnectionStringFactory that enables you to set a database name with DatabaseName. This means you can randomly generate your own database name per test.