Table of Contents

Interface ICanProvideMongoDBConventionPacks

Namespace
Cratis.Arc.MongoDB
Assembly
Cratis.Arc.MongoDB.dll

Defines a system that can provide convention packs for MongoDB.

public interface ICanProvideMongoDBConventionPacks

Methods

Provide()

Returns the convention packs that should be added to the MongoDB setup.

IEnumerable<MongoDBConventionPackDefinition> Provide()

Returns

IEnumerable<MongoDBConventionPackDefinition>

A collection of MongoDBConventionPackDefinition.