diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.nuspec b/MongoDbGenericRepository/MongoDbGenericRepository.nuspec index 2847dd6..63a30b8 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.nuspec +++ b/MongoDbGenericRepository/MongoDbGenericRepository.nuspec @@ -2,7 +2,7 @@ MongoDbGenericRepository - 1.3 + 1.3.2 MongoDb Generic Repository Alexandre Spieser Alexandre Spieser @@ -10,7 +10,7 @@ https://github.com/alexandre-spieser/mongodb-generic-repository false A generic repository implementation using the MongoDB C# Sharp 2.0 driver. - Added support for Documents that have an Id of type TKey, and implement the IDocument{TKey} interface. + The MongoDbRepository now has a constructor that takes an IMongoDatabase. Copyright 2017 (c) Alexandre Spieser. All rights reserved. MongoDb Repository Generic NoSql diff --git a/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.dll b/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.dll index 295d25d..6ba15ad 100644 Binary files a/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.dll and b/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.dll differ diff --git a/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.xml b/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.xml index 9a99a51..f7d1aa5 100644 --- a/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.xml +++ b/MongoDbGenericRepository/lib/net45/MongoDbGenericRepository.xml @@ -733,6 +733,12 @@ A mongodb context implementing + + + The contructor taking a . + + A mongodb context implementing + The MongoDbContext @@ -1381,7 +1387,19 @@ The projected group result. The partition key of your document, if any. - + + + Groups filtered a collection of documents given a grouping criteria, + and returns a dictionary of listed document groups with keys having the different values of the grouping criteria. + + The type representing a Document. + The type of the grouping criteria. + The type of the projected group. + The grouping criteria. + The projected group result. + The partition key of your document, if any. + + Asynchronously returns a paginated list of the documents matching the filter condition. @@ -1472,6 +1490,12 @@ + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + This class represents a basic document that can be stored in MongoDb. @@ -1570,6 +1594,12 @@ The IMongoDatabase from the official Mongodb driver + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + The constructor of the MongoDbContext, it needs a an object implementing . diff --git a/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.dll b/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.dll index 284412c..02919c0 100644 Binary files a/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.dll and b/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.dll differ diff --git a/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.xml b/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.xml index 9a99a51..f7d1aa5 100644 --- a/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.xml +++ b/MongoDbGenericRepository/lib/netstandard1.5/MongoDbGenericRepository.xml @@ -733,6 +733,12 @@ A mongodb context implementing + + + The contructor taking a . + + A mongodb context implementing + The MongoDbContext @@ -1381,7 +1387,19 @@ The projected group result. The partition key of your document, if any. - + + + Groups filtered a collection of documents given a grouping criteria, + and returns a dictionary of listed document groups with keys having the different values of the grouping criteria. + + The type representing a Document. + The type of the grouping criteria. + The type of the projected group. + The grouping criteria. + The projected group result. + The partition key of your document, if any. + + Asynchronously returns a paginated list of the documents matching the filter condition. @@ -1472,6 +1490,12 @@ + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + This class represents a basic document that can be stored in MongoDb. @@ -1570,6 +1594,12 @@ The IMongoDatabase from the official Mongodb driver + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + The constructor of the MongoDbContext, it needs a an object implementing . diff --git a/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.dll b/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.dll index c914cf7..f49679d 100644 Binary files a/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.dll and b/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.dll differ diff --git a/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.xml b/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.xml index 9a99a51..f7d1aa5 100644 --- a/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.xml +++ b/MongoDbGenericRepository/lib/netstandard2.0/MongoDbGenericRepository.xml @@ -733,6 +733,12 @@ A mongodb context implementing + + + The contructor taking a . + + A mongodb context implementing + The MongoDbContext @@ -1381,7 +1387,19 @@ The projected group result. The partition key of your document, if any. - + + + Groups filtered a collection of documents given a grouping criteria, + and returns a dictionary of listed document groups with keys having the different values of the grouping criteria. + + The type representing a Document. + The type of the grouping criteria. + The type of the projected group. + The grouping criteria. + The projected group result. + The partition key of your document, if any. + + Asynchronously returns a paginated list of the documents matching the filter condition. @@ -1472,6 +1490,12 @@ + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + This class represents a basic document that can be stored in MongoDb. @@ -1570,6 +1594,12 @@ The IMongoDatabase from the official Mongodb driver + + + Sets the Guid representation of the MongoDb Driver. + + The new value of the GuidRepresentation + The constructor of the MongoDbContext, it needs a an object implementing .