MongoServices 0.2.0
A Service/Repository Framework for mongoDB
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
MongoServices.GlobalConfigContainer
MongoServices.IMongoServicesModelInitializerDefines 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.IMongoServicesRepositoryInitializerDefines an initializer class for a MongoServicesRepository&lt;T&gt;. This class will be called when the MongoServicesConfig.Initialize() method is executed
MongoServices.IMongoServicesService< T >The base MongoServices service interface
MongoServices.IMongoServicesServiceInitializerDefines an initializer class for a MongoServicesService&lt;T&gt;. 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.MongoCollectionNameAttributeThis attribute is to be applied the models with your application and defines the name of the mongoDB collection to be used
MongoServices.MongoCollectionNameMissingExceptionIndicates that the MongoCollectionNameAttribute was not applied to the model class
MongoServices.MongoServicesModelThe 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 >
 All Classes Namespaces Files Functions Enumerations Properties