MongoServices 0.2.0
A Service/Repository Framework for mongoDB
|
MongoServices.GlobalConfigContainer | |
MongoServices.IMongoServicesModelInitializer | Defines an initializer class for a MongoServicesModel. This class will be called when the MongoServicesConfig.Initialize() method is executed |
MongoServices.IMongoServicesRepository< T > | The interface for the base MongoServices repository |
MongoServices.IMongoServicesRepositoryInitializer | Defines an initializer class for a MongoServicesRepository<T>. This class will be called when the MongoServicesConfig.Initialize() method is executed |
MongoServices.IMongoServicesService< T > | The base MongoServices service interface |
MongoServices.IMongoServicesServiceInitializer | Defines an initializer class for a MongoServicesService<T>. This class will be called when the MongoServicesConfig.Initialize() method is executed |
MongoServices.IReadOnlyRepository< T > | The interface for a "Read Only" repository |
MongoServices.IReadOnlyService< T > | The interface for a "Read Only" service |
MongoServices.IReadWriteRepository< T > | The interface for a "Read/Write" repository |
MongoServices.IReadWriteService< T > | The interface for a "Read/Write" service |
MongoServices.ModelConfigContainer< T > | |
MongoServices.MongoCollectionNameAttribute | This attribute is to be applied the models with your application and defines the name of the mongoDB collection to be used |
MongoServices.MongoCollectionNameMissingException | Indicates that the MongoCollectionNameAttribute was not applied to the model class |
MongoServices.MongoServicesModel | The base MongoServices model that every model must inherit |
MongoServices.MongoServicesRepository< T > | The base MongoServices repository |
MongoServices.MongoServicesService< T > | The base MongoServices service |
MongoServices.ReadOnlyRepository< T > | The base "Read Only" repository |
MongoServices.ReadOnlyService< T > | The base "Read Only" service |
MongoServices.ReadWriteRepository< T > | The base "Read/Write" repository |
MongoServices.ReadWriteService< T > | The base "Read/Write" service |
MongoServices.RepositoryConfigContainer< TRepo, TModel > | |
MongoServices.ServiceConfigContainer< TService, TModel > |