Interface ICanProvideMongoDBConventionPacks
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.