MongoServices 0.2.0
A Service/Repository Framework for mongoDB
MongoServices.IMongoServicesRepository< T > Interface Template Reference

The interface for the base MongoServices repository. More...

Inheritance diagram for MongoServices.IMongoServicesRepository< T >:
MongoServices.IReadOnlyRepository< T > MongoServices.MongoServicesRepository< T > MongoServices.IReadWriteRepository< T > MongoServices.ReadOnlyRepository< T > MongoServices.ReadOnlyRepository< T > MongoServices.ReadWriteRepository< T > MongoServices.ReadWriteRepository< T > MongoServices.ReadWriteRepository< T >

Detailed Description

template<T>
interface MongoServices::IMongoServicesRepository< T >

The interface for the base MongoServices repository.

Template Parameters:
TThe MongoServices model to be used by this repository.
Type Constraints
T :MongoServicesModel 

Definition at line 12 of file IMongoServicesRepository.cs.


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