1.3.7 release
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -591,20 +591,6 @@
|
||||
<typeparam name="TDocument"></typeparam>
|
||||
<param name="partitionKey">The value of the partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IMongoDbContext.GetCollection``2(System.String)">
|
||||
<summary>
|
||||
Returns a collection for a document type that has a partition key.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key for a Document.</typeparam>
|
||||
<param name="partitionKey">The value of the partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IMongoDbContext.DropCollection``1">
|
||||
<summary>
|
||||
Drops a collection, use very carefully.
|
||||
</summary>
|
||||
<typeparam name="TDocument"></typeparam>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IMongoDbContext.DropCollection``1(System.String)">
|
||||
<summary>
|
||||
Drops a collection having a partitionkey, use very carefully.
|
||||
@@ -819,6 +805,165 @@
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="partitionKey">An optional partitionKey</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMaxAsync``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByDescending">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMax``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByDescending">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMinAsync``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMin``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMaxAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMax``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMinAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the minimum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetByMin``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the minimum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMaxValueAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMaxValueAsync``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMaxValue``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMaxValue``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMinValueAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMinValueAsync``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMinValue``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.IReadOnlyMongoRepository.GetMinValue``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="T:MongoDbGenericRepository.Attributes.CollectionNameAttribute">
|
||||
<summary>
|
||||
This attribute allows you to specify of the name of the collection.
|
||||
@@ -1544,6 +1689,12 @@
|
||||
</summary>
|
||||
<param name="guidRepresentation">The new value of the GuidRepresentation</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.InitializeGuidRepresentation">
|
||||
<summary>
|
||||
Initialize the Guid representation of the MongoDb Driver.
|
||||
Override this method to change the default GuidRepresentation.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.#ctor(MongoDB.Driver.IMongoDatabase)">
|
||||
<summary>
|
||||
The constructor of the MongoDbContext, it needs a an object implementing <see cref="T:MongoDB.Driver.IMongoDatabase"/>.
|
||||
@@ -1566,37 +1717,31 @@
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.GetCollection``1(System.String)">
|
||||
<summary>
|
||||
Returns a collection for a document type that has a partition key.
|
||||
Returns a collection for a document type. Also handles document types with a partition key.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
<param name="partitionKey">The value of the partition key.</param>
|
||||
<param name="partitionKey">The optional value of the partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.GetCollection``2(System.String)">
|
||||
<summary>
|
||||
Returns a collection for a document type that has a partition key.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key for a Document.</typeparam>
|
||||
<param name="partitionKey">The value of the partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.DropCollection``1">
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.DropCollection``1(System.String)">
|
||||
<summary>
|
||||
Drops a collection, use very carefully.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.DropCollection``1(System.String)">
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.GetCollectionName``1(System.String)">
|
||||
<summary>
|
||||
Drops a collection having a partitionkey, use very carefully.
|
||||
Given the docmuent type and the partition key, returns the name of the collection it belongs to.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
<param name="partitionKey">The value of the partition key.</param>
|
||||
<returns>The name of the collection.</returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.MongoDbContext.Pluralize``1">
|
||||
<summary>
|
||||
Very naively pluralizes a TDocument type name.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The type representing a Document.</typeparam>
|
||||
<returns></returns>
|
||||
<returns>The pluralized document name.</returns>
|
||||
</member>
|
||||
<member name="T:MongoDbGenericRepository.ReadOnlyMongoRepository">
|
||||
<summary>
|
||||
@@ -1725,6 +1870,43 @@
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="partitionKey">An optional partitionKey</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMaxAsync``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMax``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMinAsync``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMin``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByIdAsync``2(``1,System.String)">
|
||||
<summary>
|
||||
Asynchronously returns one document given its id.
|
||||
@@ -1824,21 +2006,159 @@
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="partitionKey">An optional partitionKey</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMaxAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMax``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the maximum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMinAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the minimum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetByMin``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,System.Object}},System.String)">
|
||||
<summary>
|
||||
Gets the document with the minimum value of a specified property in a MongoDB collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMinMongoQuery``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMaxMongoQuery``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by descending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMaxValueAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMaxValueAsync``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="orderByAscending">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMaxValue``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMaxValue``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the maximum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="maxValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partitionKey.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMinValueAsync``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMinValueAsync``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMinValue``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetMinValue``3(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
|
||||
<summary>
|
||||
Gets the minimum value of a property in a mongodb collections that is satisfying the filter.
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TKey">The type of the primary key.</typeparam>
|
||||
<typeparam name="TValue">The type of the value used to order the query.</typeparam>
|
||||
<param name="filter">A LINQ expression filter.</param>
|
||||
<param name="minValueSelector">A property selector to order by ascending.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetCollection``1(System.String)">
|
||||
<summary>
|
||||
Gets a collections for the type TDocument with the matching partition key.
|
||||
Gets a collections for the type TDocument with the matching partition key (if any).
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<param name="partitionKey">The partion key.</param>
|
||||
<param name="partitionKey">An optional partition key.</param>
|
||||
<returns>An <see cref="T:MongoDB.Driver.IMongoCollection`1"/></returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.GetCollection``1">
|
||||
<summary>
|
||||
Gets a collections for the type TDocument
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.HandlePartitioned``1(``0)">
|
||||
<summary>
|
||||
Gets a collections for the type TDocument
|
||||
@@ -1882,6 +2202,14 @@
|
||||
<param name="partitionKey">The collection partition key.</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:MongoDbGenericRepository.ReadOnlyMongoRepository.ConvertExpression``2(System.Linq.Expressions.Expression{System.Func{``0,``1}})">
|
||||
<summary>
|
||||
Converts a LINQ expression of TDocument, TValue to a LINQ expression of TDocument, object
|
||||
</summary>
|
||||
<typeparam name="TDocument">The document type.</typeparam>
|
||||
<typeparam name="TValue">The type of the value.</typeparam>
|
||||
<param name="expression">The expression to convert</param>
|
||||
</member>
|
||||
<member name="T:MongoDbGenericRepository.Utils.IdGenerator">
|
||||
<summary>
|
||||
The IdGenerator instance, used to generate Ids of different types.
|
||||
|
||||
Reference in New Issue
Block a user