MongoServices 0.2.0
A Service/Repository Framework for mongoDB
MongoServices.IMongoServicesServiceInitializer Interface Reference

Defines an initializer class for a MongoServicesService<T>. This class will be called when the MongoServicesConfig.Initialize() method is executed. More...

List of all members.

Public Member Functions

void Setup ()
 This will be called by MongoServicesConfig.Initialize().

Detailed Description

Defines an initializer class for a MongoServicesService<T>. This class will be called when the MongoServicesConfig.Initialize() method is executed.

Any class implementing this interface must have a parameterless constructor.

Definition at line 12 of file IMongoServicesServiceInitializer.cs.


Member Function Documentation

void MongoServices.IMongoServicesServiceInitializer.Setup ( )

This will be called by MongoServicesConfig.Initialize().


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Properties