SYMBOL INDEX (3503 symbols across 239 files) FILE: CoreIntegrationTests/CRUDObjectIdTests.cs class CoreObjectIdTestDocument (line 6) | public class CoreObjectIdTestDocument : TestDoc class CRUDObjectIdTests (line 10) | public class CRUDObjectIdTests : MongoDbTKeyDocumentTestBase, IPartition... method CorePartitionedTKeyTestDocument (line 9) | public CorePartitionedTKeyTestDocument() class CRUDTKeyPartitionedTests (line 16) | public class CRUDTKeyPartitionedTests : MongoDbTKeyDocumentTestBase class CRUDTKeyTests (line 10) | public class CRUDTKeyTests : MongoDbTKeyDocumentTestBase fi... method GetClassName (line 17) | public override string GetClassName() FILE: CoreIntegrationTests/CRUDTests.cs class CoreTestDocument (line 6) | public class CoreTestDocument : TestDoc class CRUDTests (line 10) | public class CRUDTests : MongoDbDocumentTestBase method CRUDTests (line 12) | public CRUDTests(MongoDbTestFixture fixture) :... method GetClassName (line 16) | public override string GetClassName() FILE: CoreIntegrationTests/IdentityUserTests.cs class MongoIdentityUser (line 11) | public class MongoIdentityUser : IdentityUser, IDocument class IdentityUserTest (line 17) | public class IdentityUserTest : MongoIdentityUser, IDocument method IdentityUserTest (line 19) | public IdentityUserTest() class IdentityUserTests (line 27) | public class IdentityUserTests : BaseMongoDbRepositoryTests : IDisposable where T : new() method CreateTestDocument (line 10) | public T CreateTestDocument() method CreateTestDocuments (line 15) | public List CreateTestDocuments(int numberOfDocumentsToCreate) method BaseMongoDbRepositoryTests (line 28) | public BaseMongoDbRepositoryTests() method Init (line 45) | public void Init() method Cleanup (line 51) | public void Cleanup() method Dispose (line 67) | protected virtual void Dispose(bool disposing) method Dispose (line 81) | public void Dispose() FILE: CoreIntegrationTests/Infrastructure/GlobalVariables.cs class GlobalVariables (line 8) | public static class GlobalVariables FILE: CoreIntegrationTests/Infrastructure/ITestRepository.cs type ITestRepository (line 5) | public interface ITestRepository : IBaseMongoRepository method DropTestCollection (line 7) | void DropTestCollection(); method DropTestCollection (line 8) | void DropTestCollection(string partitionKey); FILE: CoreIntegrationTests/Infrastructure/MongoDbConfig.cs class MongoDbConfig (line 6) | internal static class MongoDbConfig method EnsureConfigured (line 12) | public static void EnsureConfigured() method EnsureConfiguredImpl (line 17) | private static void EnsureConfiguredImpl() method Configure (line 26) | private static void Configure() method RegisterConventions (line 31) | private static void RegisterConventions() FILE: CoreIntegrationTests/Infrastructure/MongoDbDocumentTestBase.Main.cs class MongoDbDocumentTestBase (line 14) | public abstract partial class MongoDbDocumentTestBase method MongoDbDocumentTestBase (line 20) | protected MongoDbDocumentTestBase(MongoDbTestFixture fixture) method CreateTestDocument (line 35) | protected T CreateTestDocument() method GetClassName (line 40) | public abstract string GetClassName(); method CreateTestDocuments (line 42) | protected List CreateTestDocuments(int numberOfDocumentsToCreate) method AddOne (line 69) | [Fact] method AddOneAsync (line 82) | [Fact] method AddMany (line 95) | [Fact] method AddManyWithDifferentPartitionKey (line 110) | [Fact] method AddManyAsync (line 136) | [Fact] method AddManyAsyncWithDifferentPartitionKey (line 151) | [Fact] method GetByIdAsync (line 181) | [Fact] method GetById (line 193) | [Fact] method GetOneAsync (line 205) | [Fact] method GetOne (line 217) | [Fact] method GetCursor (line 229) | [Fact] method AnyAsyncReturnsTrue (line 242) | [Fact] method AnyAsyncReturnsFalse (line 254) | [Fact] method AnyReturnsTrue (line 266) | [Fact] method AnyReturnsFalse (line 278) | [Fact] method GetAllAsync (line 290) | [Fact] method GetAll (line 304) | [Fact] method CountAsync (line 318) | [Fact] method Count (line 332) | [Fact] method DeleteOne (line 350) | [Fact] method DeleteOneLinq (line 363) | [Fact] method DeleteOneAsync (line 376) | [Fact] method DeleteOneAsyncLinq (line 389) | [Fact] method DeleteManyAsyncLinq (line 402) | [Fact] method DeleteManyAsync (line 417) | [Fact] method DeleteManyLinq (line 445) | [Fact] method DeleteMany (line 460) | [Fact] method ProjectOneAsync (line 492) | [Fact] method ProjectOne (line 518) | [Fact] method ProjectManyAsync (line 544) | [Fact] method ProjectMany (line 574) | [Fact] method GetByMaxAsync (line 608) | [Fact] method GetByMax (line 631) | [Fact] method GetByMinAsync (line 654) | [Fact] method GetByMin (line 677) | [Fact] method GetMinValue (line 700) | [Fact] method GetMinValueAsync (line 723) | [Fact] method GetMaxValue (line 746) | [Fact] method GetMaxValueAsync (line 769) | [Fact] method CreateTextIndexNoOptionAsync (line 798) | [Fact] method CreateTextIndexWithOptionAsync (line 823) | [Fact] method CreateAscendingIndexAsync (line 851) | [Fact] method CreateDescendingIndexAsync (line 868) | [Fact] method CreateHashedIndexAsync (line 885) | [Fact] method CreateCombinedTextIndexAsync (line 902) | [Fact] method SumByDecimalAsync (line 925) | [Fact] method SumByDecimal (line 948) | [Fact] method GetCurrentMethod (line 975) | [MethodImpl(MethodImplOptions.NoInlining)] method GetParentMethod (line 984) | [MethodImpl(MethodImplOptions.NoInlining)] method GetTestName (line 993) | private string GetTestName() method GetContent (line 998) | private string GetContent() method Cleanup (line 1003) | private void Cleanup() FILE: CoreIntegrationTests/Infrastructure/MongoDbDocumentTestBase.Update.cs class MongoDbDocumentTestBase (line 16) | public abstract partial class MongoDbDocumentTestBase : method UpdateOne (line 22) | [Fact] method UpdateOneAsync (line 39) | [Fact] method UpdateOneField (line 56) | [Fact] method UpdateOneFieldAsync (line 72) | [Fact] method UpdateOneFieldWithFilter (line 88) | [Fact] method UpdateOneFieldWithFilterAsync (line 104) | [Fact] method UpdateOneAsyncWithUpdateDefinition (line 120) | [Fact] method UpdateOneWithUpdateDefinition (line 146) | [Fact] method UpdateManyWithLinqFilterAsync (line 176) | [Fact] method UpdateManyWithFilterDefinitionAsync (line 194) | [Fact] method UpdateManyWithLinqFilterAndUpdateDefinitionAsync (line 213) | [Fact] method UpdateManyWithFilterAndUpdateDefinitionsAsync (line 244) | [Fact] method UpdateManyWithLinqFilter (line 278) | [Fact] method UpdateManyWithFilterDefinition (line 295) | [Fact] method UpdateManyWithLinqFilterAndUpdateDefinition (line 314) | [Fact] method UpdateManyWithFilterAndUpdateDefinitions (line 345) | [Fact] FILE: CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Main.cs class MongoDbTKeyDocumentTestBase (line 15) | public abstract partial class MongoDbTKeyDocumentTestBase : method MongoDbTKeyDocumentTestBase (line 23) | protected MongoDbTKeyDocumentTestBase(MongoDbTestFixture fixt... method GetClassName (line 38) | public abstract string GetClassName(); method CreateTestDocument (line 40) | public T CreateTestDocument() method CreateTestDocuments (line 45) | public List CreateTestDocuments(int numberOfDocumentsToCreate) method AddOne (line 72) | [Fact] method AddOneAsync (line 85) | [Fact] method AddMany (line 98) | [Fact] method AddManyWithDifferentPartitionKey (line 113) | [Fact] method AddManyAsync (line 139) | [Fact] method AddManyAsyncWithDifferentPartitionKey (line 154) | [Fact] method GetByIdAsync (line 184) | [Fact] method GetById (line 196) | [Fact] method GetOneByFilterDefinitionAsync (line 208) | [Fact] method GetOneByFilterDefinition (line 220) | [Fact] method GetOneAsync (line 232) | [Fact] method GetOne (line 244) | [Fact] method GetCursor (line 256) | [Fact] method AnyAsyncByDefinitionReturnsTrue (line 269) | [Fact] method AnyAsyncByDefinitionReturnsFalse (line 281) | [Fact] method AnyAsyncReturnsTrue (line 293) | [Fact] method AnyAsyncReturnsFalse (line 305) | [Fact] method AnyByDefinitionReturnsTrue (line 317) | [Fact] method AnyByDefinitionReturnsFalse (line 329) | [Fact] method AnyReturnsTrue (line 341) | [Fact] method AnyReturnsFalse (line 353) | [Fact] method GetAllByDefinitionAsync (line 365) | [Fact] method GetAllByDefinition (line 379) | [Fact] method GetAllAsync (line 393) | [Fact] method GetAll (line 407) | [Fact] method CountByDefinitionAsync (line 421) | [Fact] method CountByDefinition (line 435) | [Fact] method CountAsync (line 449) | [Fact] method Count (line 463) | [Fact] method DeleteOne (line 481) | [Fact] method DeleteOneLinq (line 494) | [Fact] method DeleteOneAsync (line 507) | [Fact] method DeleteOneAsyncLinq (line 520) | [Fact] method DeleteManyAsyncLinq (line 533) | [Fact] method DeleteManyAsync (line 548) | [Fact] method DeleteManyLinq (line 576) | [Fact] method DeleteMany (line 591) | [Fact] method ProjectOneAsync (line 623) | [Fact] method ProjectOne (line 649) | [Fact] method ProjectManyAsync (line 675) | [Fact] method ProjectMany (line 705) | [Fact] method GetByMaxAsync (line 739) | [Fact] method GetByMax (line 762) | [Fact] method GetMaxValue (line 785) | [Fact] method GetMaxValueAsync (line 808) | [Fact] method GetByMinAsync (line 831) | [Fact] method GetByMin (line 854) | [Fact] method GetMinValue (line 877) | [Fact] method GetMinValueAsync (line 900) | [Fact] method CreateTextIndexNoOptionAsync (line 929) | [Fact] method CreateTextIndexWithOptionAsync (line 954) | [Fact] method CreateAscendingIndexAsync (line 982) | [Fact] method CreateDescendingIndexAsync (line 999) | [Fact] method CreateHashedIndexAsync (line 1016) | [Fact] method CreateCombinedTextIndexAsync (line 1033) | [Fact] method SumByDecimalAsync (line 1057) | [Fact] method SumByDecimal (line 1080) | [Fact] method GroupByTProjection (line 1107) | [Fact] method FilteredGroupByTProjection (line 1144) | [Fact] method GetSortedPaginatedAsync (line 1197) | [Fact] method GetSortedPaginatedAsyncWithSortOptions (line 1234) | [Fact] method GetCurrentMethod (line 1275) | [MethodImpl(MethodImplOptions.NoInlining)] method GetParentMethod (line 1284) | [MethodImpl(MethodImplOptions.NoInlining)] method GetTestName (line 1293) | private string GetTestName() method GetContent (line 1298) | private string GetContent() method Cleanup (line 1303) | private void Cleanup() FILE: CoreIntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.Update.cs class MongoDbTKeyDocumentTestBase (line 10) | public abstract partial class MongoDbTKeyDocumentTestBase : method UpdateOne (line 18) | [Fact] method UpdateOneAsync (line 35) | [Fact] method UpdateOneField (line 52) | [Fact] method UpdateOneFieldAsync (line 68) | [Fact] method UpdateOneFieldWithFilter (line 84) | [Fact] method UpdateOneFieldWithFilterAsync (line 100) | [Fact] method UpdateOneAsyncWithUpdateDefinition (line 116) | [Fact] method UpdateOneWithUpdateDefinition (line 142) | [Fact] method UpdateManyWithLinqFilterAsync (line 172) | [Fact] method UpdateManyWithFilterDefinitionAsync (line 190) | [Fact] method UpdateManyWithLinqFilterAndUpdateDefinitionAsync (line 209) | [Fact] method UpdateManyWithFilterAndUpdateDefinitionsAsync (line 240) | [Fact] method UpdateManyWithLinqFilter (line 274) | [Fact] method UpdateManyWithFilterDefinition (line 291) | [Fact] method UpdateManyWithLinqFilterAndUpdateDefinition (line 310) | [Fact] method UpdateManyWithFilterAndUpdateDefinitions (line 341) | [Fact] FILE: CoreIntegrationTests/Infrastructure/MongoDbTestFixture.cs class MongoDbTestFixture (line 10) | public class MongoDbTestFixture : IDisposable method MongoDbTestFixture (line 17) | public MongoDbTestFixture() method Dispose (line 25) | public virtual void Dispose() method CreateTestDocument (line 34) | public T CreateTestDocument() method CreateTestDocuments (line 41) | public List CreateTestDocuments(int numberOfDocumentsToCreate) FILE: CoreIntegrationTests/Infrastructure/RandomExtensions.cs class RandomExtensions (line 9) | public static class RandomExtensions method NextLong (line 18) | public static long NextLong(this Random random, long min, long max) method NextLong (line 46) | public static long NextLong(this Random random, long max) method NextLong (line 56) | public static long NextLong(this Random random) FILE: CoreIntegrationTests/Infrastructure/TestClasses.cs class ProjectedGroup (line 10) | public class ProjectedGroup class MyTestProjection (line 16) | public class MyTestProjection class Nested (line 22) | public class Nested class Child (line 29) | public class Child method Child (line 31) | public Child(string type, string value) class TestDoc (line 41) | public class TestDoc : Document method TestDoc (line 43) | public TestDoc() method TestDoc (line 74) | public TestDoc() method Init (line 94) | public TId Init() method InitializeFields (line 99) | private void InitializeFields() class TestDoc (line 67) | public class TestDoc : IDocument method TestDoc (line 43) | public TestDoc() method TestDoc (line 74) | public TestDoc() method Init (line 94) | public TId Init() method InitializeFields (line 99) | private void InitializeFields() FILE: CoreIntegrationTests/Infrastructure/TestRepository.cs type ITestRepository (line 7) | public interface ITestRepository : IBaseMongoRepository wher... method DropTestCollection (line 9) | void DropTestCollection(); method DropTestCollection (line 10) | void DropTestCollection(string partitionKey); class TestTKeyRepository (line 13) | public class TestTKeyRepository : BaseMongoRepository, ITest... method TestTKeyRepository (line 18) | private TestTKeyRepository(string connectionString) : base(connectionS... method DropTestCollection (line 30) | public void DropTestCollection() method DropTestCollection (line 35) | public void DropTestCollection(string partitionKey) class TestRepository (line 44) | public sealed class TestRepository : BaseMongoRepository, ITestRepository method TestRepository (line 52) | static TestRepository() method TestRepository (line 57) | private TestRepository(string connectionString, string databaseName) :... method DropTestCollection (line 69) | public void DropTestCollection() method DropTestCollection (line 74) | public void DropTestCollection(string partitionKey) FILE: CoreUnitTests/BaseMongoRepositoryTests/AddTests/AddManyAsyncTests.cs class AddManyAsyncTests (line 14) | public class AddManyAsyncTests : TestMongoRepositoryContext method WithDocument_ShouldAddOne (line 16) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 30) | [Fact] method Keyed_WithDocument_ShouldAddOne (line 47) | [Fact] method Keyed_WithDocumentAndCancellationToken_ShouldAddOne (line 61) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/AddTests/AddManyTests.cs class AddManyTests (line 13) | public class AddManyTests : TestMongoRepositoryContext method WithDocument_ShouldAddOne (line 16) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 30) | [Fact] method Keyed_WithDocument_ShouldAddOne (line 47) | [Fact] method Keyed_WithDocumentAndCancellationToken_ShouldAddOne (line 61) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/AddTests/AddOneAsyncTests.cs class AddOneAsyncTests (line 13) | public class AddOneAsyncTests : TestMongoRepositoryContext method WithDocument_ShouldAddOne (line 15) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 29) | [Fact] method Keyed_WithDocument_ShouldAddOne (line 46) | [Fact] method Keyed_WithDocumentAndCancellationToken_ShouldAddOne (line 60) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/AddTests/AddOneTests.cs class AddOneTests (line 12) | public class AddOneTests : TestMongoRepositoryContext method WithDocument_ShouldAddOne (line 14) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 28) | [Fact] method Keyed_WithDocument_ShouldAddOne (line 45) | [Fact] method Keyed_WithDocumentAndCancellationToken_ShouldAddOne (line 59) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/DeleteTests/DeleteManyAsyncTests.cs class DeleteManyAsyncTests (line 17) | public class DeleteManyAsyncTests : TestMongoRepositoryContext method WithDocuments_ShouldDeleteMany (line 19) | [Fact] method WithDocumentsAndCancellationToken_ShouldDeleteMany (line 39) | [Fact] method WithFilter_ShouldDeleteMany (line 60) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteMany (line 86) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteMany (line 113) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 140) | [Fact] method Keyed_WithDocuments_ShouldDeleteMany (line 170) | [Fact] method Keyed_WithDocumentsAndCancellationToken_ShouldDeleteMany (line 190) | [Fact] method Keyed_WithFilter_ShouldDeleteMany (line 211) | [Fact] method Keyed_WithFilterAndCancellationToken_ShouldDeleteMany (line 237) | [Fact] method Keyed_WithFilterAndPartitionKey_ShouldDeleteMany (line 264) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 291) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/DeleteTests/DeleteManyTests.cs class DeleteManyTests (line 16) | public class DeleteManyTests : TestMongoRepositoryContext method WithDocuments_ShouldDeleteMany (line 18) | [Fact] method WithDocumentsAndCancellationToken_ShouldDeleteMany (line 38) | [Fact] method WithFilter_ShouldDeleteMany (line 59) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteMany (line 82) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteMany (line 106) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 130) | [Fact] method Keyed_WithDocuments_ShouldDeleteMany (line 157) | [Fact] method Keyed_WithDocumentsAndCancellationToken_ShouldDeleteMany (line 177) | [Fact] method Keyed_WithFilter_ShouldDeleteMany (line 198) | [Fact] method Keyed_WithFilterAndCancellationToken_ShouldDeleteMany (line 221) | [Fact] method Keyed_WithFilterAndPartitionKey_ShouldDeleteMany (line 245) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 269) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/DeleteTests/DeleteOneAsyncTests.cs class DeleteOneAsyncTests (line 15) | public class DeleteOneAsyncTests : TestMongoRepositoryContext method WithDocument_ShouldDeleteOne (line 17) | [Fact] method WithDocumentAndCancellationToken_ShouldDeleteOne (line 37) | [Fact] method WithFilter_ShouldDeleteOne (line 59) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteOne (line 82) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteOne (line 106) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 130) | [Fact] method Keyed_WithDocument_ShouldDeleteOne (line 157) | [Fact] method Keyed_WithDocumentAndCancellationToken_ShouldDeleteOne (line 177) | [Fact] method Keyed_WithFilter_ShouldDeleteOne (line 199) | [Fact] method Keyed_WithFilterAndCancellationToken_ShouldDeleteOne (line 222) | [Fact] method Keyed_WithFilterAndPartitionKey_ShouldDeleteOne (line 246) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 270) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/DeleteTests/DeleteOneTests.cs class DeleteOneTests (line 14) | public class DeleteOneTests : TestMongoRepositoryContext method WithDocument_ShouldDeleteOne (line 16) | [Fact] method WithDocumentAndCancellationToken_ShouldDeleteOne (line 36) | [Fact] method WithFilter_ShouldDeleteOne (line 57) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteOne (line 80) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteOne (line 108) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 136) | [Fact] method WithKeyedDocument_ShouldDeleteOne (line 165) | [Fact] method WithKeyedDocumentAndCancellationToken_ShouldDeleteOne (line 185) | [Fact] method Keyed_WithFilter_ShouldDeleteOne (line 206) | [Fact] method Keyed_WithFilterAndCancellationToken_ShouldDeleteOne (line 233) | [Fact] method Keyed_WithFilterAndPartitionKey_ShouldDeleteOne (line 261) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 289) | [Fact] FILE: CoreUnitTests/BaseMongoRepositoryTests/IndexTests/BaseIndexTests.cs class BaseIndexTests (line 8) | public class BaseIndexTests : TestMongoRepositoryContext method SetupIndex (line 10) | protected static Mock> SetupIndex method WithDocuments_AddsMany (line 20) | [Fact] method WithDocumentsHavingNoId_SetsId (line 44) | [Fact] method WithPartitionedDocument_AddsMany (line 74) | [Fact] method WithDocumentsAndCancellationToken_AddsMany (line 105) | [Fact] method WithPartitionedDocumentAndCancellationToken_AddsOne (line 130) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbCreatorTests/AddManyTests.cs class AddManyTests (line 18) | public class AddManyTests : GenericTestContext method WithDocuments_AddsMany (line 20) | [Fact] method WithDocumentsHavingNoId_SetsId (line 44) | [Fact] method WithPartitionedDocument_AddsMany (line 74) | [Fact] method WithDocumentsAndCancellationToken_AddsMany (line 105) | [Fact] method WithPartitionedDocumentAndCancellationToken_AddsOne (line 130) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbCreatorTests/AddOneAsyncTests.cs class AddOneAsyncTests (line 16) | public class AddOneAsyncTests : GenericTestContext method WithDocument_AddsOne (line 18) | [Fact] method WithDocumentHavingNoId_SetsId (line 42) | [Fact] method WithPartitionedDocument_AddsOne (line 68) | [Fact] method WithDocumentAndCancellationToken_AddsOne (line 98) | [Fact] method WithPartitionedDocumentAndCancellationToken_AddsOne (line 123) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbCreatorTests/AddOneTests.cs class AddOneTests (line 15) | public class AddOneTests : GenericTestContext method WithDocument_AddsOne (line 17) | [Fact] method WithDocumentHavingNoId_SetsId (line 41) | [Fact] method WithPartitionedDocument_AddsOne (line 67) | [Fact] method WithDocumentAndCancellationToken_AddsOne (line 97) | [Fact] method WithPartitionedDocumentAndCancellationToken_AddsOne (line 122) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbEraserTests/DeleteManyAsyncTests.cs class DeleteManyAsyncTests (line 19) | public class DeleteManyAsyncTests : GenericTestContext method WithEmptyDocuments_DeletesNothing (line 21) | [Fact] method WithDocumentsAndCancellationToken_DeletesMany (line 50) | [Fact] method WithPartitionDocumentsAndCancellationToken_DeletesMany (line 83) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_DeletesOne (line 123) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbEraserTests/DeleteManyTests.cs class DeleteManyTests (line 19) | public class DeleteManyTests : GenericTestContext method WithEmptyDocuments_DeletesNothing (line 21) | [Fact] method WithDocumentsAndCancellationToken_DeletesMany (line 50) | [Fact] method WithPartitionDocumentsAndCancellationToken_DeletesMany (line 83) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_DeletesOne (line 123) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbEraserTests/DeleteOneAsyncTests.cs class DeleteOneAsyncTests (line 17) | public class DeleteOneAsyncTests : GenericTestContext method WithDocumentAndCancellationToken_DeletesOne (line 19) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_DeletesOne (line 51) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbEraserTests/DeleteOneTests.cs class DeleteOneTests (line 16) | public class DeleteOneTests : GenericTestContext method WithDocumentAndCancellationToken_DeletesOne (line 18) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_DeletesOne (line 50) | [Fact] FILE: CoreUnitTests/DataAccessTests/MongoDbIndexHandlerTests/BaseIndexTests.cs class BaseIndexTests (line 11) | public class BaseIndexTests : GenericTestContext method SetupIndexes (line 13) | protected (Mock>, Mock SetupContext(Mock> SetupIndexManager SetupContext(Mock> SetupIndexManager SetupContext(Mock> SetupIndexManager SetupContext(Mock> SetupIndexManager SetupContext(Mock> SetupIndexManager SetupContext(Mock> SetupIndexManager method SetupSyncCursor (line 12) | protected Mock> SetupSyncCursor(Lis... method SetupAsyncCursor (line 32) | protected Mock> SetupAsyncCursor(Li... method SetupFindAsync (line 52) | protected static void SetupFindAsync(Mock(Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetAllTests.cs class GetAllTests (line 16) | public class GetAllTests : BaseReaderTests method WithFilter_GetsMatchingDocuments (line 18) | [Fact] method WithFilterAndCancellationToken_GetsMatchingDocuments (line 39) | [Fact] method WithFilterAndPartitionKey_GetsMatchingDocuments (line 60) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 81) | [Fact] method WithCondition_GetsMatchingDocuments (line 103) | [Fact] method WithConditionAndCancellationToken_GetsMatchingDocuments (line 123) | [Fact] method WithConditionAndPartitionKey_GetsMatchingDocuments (line 144) | [Fact] method WithConditionAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 165) | [Fact] method WithConditionAndFindOptions_GetsMatchingDocuments (line 187) | [Fact] method WithConditionAndFindOptionsAndCancellationToken_GetsMatchingDocuments (line 212) | [Fact] method WithConditionAndFindOptionsAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 238) | [Fact] method SetupGet (line 265) | private (Mock, Mock>) SetupGe... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByIdAsyncTests.cs class GetByIdAsyncTests (line 16) | public class GetByIdAsyncTests : BaseReaderTests method WithId_GetsMatchingDocument (line 18) | [Fact] method WithIdAndCancellationToken_GetsMatchingDocument (line 37) | [Fact] method WithIdAndPartitionKey_GetsMatchingDocument (line 57) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 77) | [Fact] method SetupAsyncGet (line 98) | private (Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByIdTests.cs class GetByIdTests (line 15) | public class GetByIdTests : BaseReaderTests method WithId_GetsMatchingDocument (line 17) | [Fact] method WithIdAndCancellationToken_GetsMatchingDocument (line 36) | [Fact] method WithIdAndPartitionKey_GetsMatchingDocument (line 56) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 76) | [Fact] method SetupAsyncGet (line 97) | private (Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByMaxAsyncTests.cs class GetByMaxAsyncTests (line 17) | public class GetByMaxAsyncTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 22) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 41) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 61) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 81) | [Fact] method SetupAsyncGet (line 102) | private (Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByMaxTests.cs class GetByMaxTests (line 17) | public class GetByMaxTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 22) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 41) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 61) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 81) | [Fact] method SetupSyncGet (line 102) | private (Mock, Mock>) SetupSy... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByMinAsyncTests.cs class GetByMinAsyncTests (line 17) | public class GetByMinAsyncTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 22) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 41) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 61) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 81) | [Fact] method SetupAsyncGet (line 102) | private (Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetByMinTests.cs class GetByMinTests (line 17) | public class GetByMinTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 22) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 41) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 61) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 81) | [Fact] method SetupSyncGet (line 102) | private (Mock, Mock>) SetupSy... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetMaxValueAsyncTests .cs class GetMaxValueAsyncTests (line 16) | public class GetMaxValueAsyncTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 21) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 77) | [Fact] method SetupAsyncGet (line 97) | private (Mock, Mock>) SetupAsync... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetMaxValueTests .cs class GetMaxValueTests (line 16) | public class GetMaxValueTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 21) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 77) | [Fact] method SetupSyncGet (line 97) | private (Mock, Mock>) SetupSyncG... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetMinValueAsyncTests .cs class GetMinValueAsyncTests (line 16) | public class GetMinValueAsyncTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 21) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 77) | [Fact] method SetupAsyncGet (line 97) | private (Mock, Mock>) SetupAsync... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetMinValueTests .cs class GetMinValueTests (line 16) | public class GetMinValueTests : BaseReaderTests method WithFilterAndSelector_GetsMatchingDocument (line 21) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMatchingDocument (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMatchingDocument (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMatchingDocument (line 77) | [Fact] method SetupSyncGet (line 97) | private (Mock, Mock>) SetupSyncG... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetOneAsyncTests.cs class GetOneAsyncTests (line 17) | public class GetOneAsyncTests : BaseReaderTests method WithFilter_GetsMatchingDocuments (line 19) | [Fact] method WithFilterAndCancellationToken_GetsMatchingDocuments (line 40) | [Fact] method WithFilterAndPartitionKey_GetsMatchingDocuments (line 61) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 82) | [Fact] method WithCondition_GetsMatchingDocuments (line 104) | [Fact] method WithConditionAndCancellationToken_GetsMatchingDocuments (line 124) | [Fact] method WithConditionAndPartitionKey_GetsMatchingDocuments (line 145) | [Fact] method WithConditionAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 166) | [Fact] method WithConditionAndFindOptions_GetsMatchingDocuments (line 188) | [Fact] method WithConditionAndFindOptionsAndCancellationToken_GetsMatchingDocuments (line 213) | [Fact] method WithConditionAndFindOptionsAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 239) | [Fact] method SetupAsyncGet (line 266) | private (Mock, Mock>) SetupAs... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/GetOneTests.cs class GetOneTests (line 16) | public class GetOneTests : BaseReaderTests method WithFilter_GetsMatchingDocuments (line 18) | [Fact] method WithFilterAndCancellationToken_GetsMatchingDocuments (line 39) | [Fact] method WithFilterAndPartitionKey_GetsMatchingDocuments (line 60) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 81) | [Fact] method WithCondition_GetsMatchingDocuments (line 103) | [Fact] method WithConditionAndCancellationToken_GetsMatchingDocuments (line 123) | [Fact] method WithConditionAndPartitionKey_GetsMatchingDocuments (line 144) | [Fact] method WithConditionAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 165) | [Fact] method WithConditionAndFindOptions_GetsMatchingDocuments (line 187) | [Fact] method WithConditionAndFindOptionsAndCancellationToken_GetsMatchingDocuments (line 212) | [Fact] method WithConditionAndFindOptionsAndPartitionKeyAndCancellationToken_GetsMatchingDocuments (line 238) | [Fact] method SetupSyncGet (line 265) | private (Mock, Mock>) SetupSy... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/ProjectManyAsyncTests.cs class ProjectManyAsyncTests (line 17) | public class ProjectManyAsyncTests : BaseReaderTests method WithFilterAndProjection_Projects (line 24) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 42) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 61) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 80) | [Fact] method SetupAsyncProjection (line 100) | private (Mock, Mock>) Setup... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/ProjectManyTests.cs class ProjectManyTests (line 17) | public class ProjectManyTests : BaseReaderTests method WithFilterAndProjection_Projects (line 24) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 42) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 61) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 80) | [Fact] method SetupAsyncProjection (line 100) | private (Mock, Mock>) Setup... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/ProjectOneAsyncTests.cs class ProjectOneAsyncTests (line 17) | public class ProjectOneAsyncTests : BaseReaderTests method WithFilterAndProjection_Projects (line 24) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 43) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 63) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 83) | [Fact] method SetupAsyncProjection (line 104) | private (Mock, Mock>) Setup... FILE: CoreUnitTests/DataAccessTests/MongoDbReaderTests/ProjectOneTests.cs class ProjectOneTests (line 17) | public class ProjectOneTests : BaseReaderTests method WithFilterAndProjection_Projects (line 24) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 43) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 63) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 83) | [Fact] method SetupProjection (line 104) | private (Mock, Mock>) Setup... FILE: CoreUnitTests/DataAccessTests/MongoDbUpdaterTests/UpdateManyAsyncTests.cs class UpdateManyAsyncTests (line 18) | public class UpdateManyAsyncTests : GenericTestContext method WithFilterAndUpdateDefinition_UpdatesMany (line 20) | [Fact] method WithFilterAndUpdateDefinitionAndCancellationToken_UpdatesMany (line 48) | [Fact] method WithFilterAndUpdateDefinitionAndPartitionKey_UpdatesMany (line 78) | [Fact] method WithFilterAndUpdateDefinitionAndPartitionKeyAndCancellationToken_UpdatesMany (line 108) | [Fact] method WithFilterAndFieldExpressionAndValue_UpdatesMany (line 140) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKey_UpdatesMany (line 171) | [Fact] method WithFilterAndFieldExpressionAndValueAndCancellationToken_UpdatesMany (line 203) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_UpdatesMany (line 235) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_UpdatesMany (line 269) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_UpdatesMany (line 300) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_UpdatesMany (line 333) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_UpdatesMany (line 367) | [Fact] method WithFilterExpressionAndUpdateDefinition_UpdatesMany (line 402) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndCancellationToken_UpdatesMany (line 432) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKey_UpdatesMany (line 464) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_UpdatesMany (line 497) | [Fact] method SetupCollection (line 531) | private Mock> SetupCollection(long coun... FILE: CoreUnitTests/DataAccessTests/MongoDbUpdaterTests/UpdateManyTests.cs class UpdateManyTests (line 17) | public class UpdateManyTests : GenericTestContext method WithFilterAndUpdateDefinition_UpdatesMany (line 19) | [Fact] method WithFilterAndUpdateDefinitionAndCancellationToken_UpdatesMany (line 47) | [Fact] method WithFilterAndUpdateDefinitionAndPartitionKey_UpdatesMany (line 77) | [Fact] method WithFilterAndUpdateDefinitionAndPartitionKeyAndCancellationToken_UpdatesMany (line 107) | [Fact] method WithFilterAndFieldExpressionAndValue_UpdatesMany (line 139) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKey_UpdatesMany (line 170) | [Fact] method WithFilterAndFieldExpressionAndValueAndCancellationToken_UpdatesMany (line 202) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_UpdatesMany (line 234) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_UpdatesMany (line 268) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_UpdatesMany (line 299) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_UpdatesMany (line 332) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_UpdatesMany (line 366) | [Fact] method WithFilterExpressionAndUpdateDefinition_UpdatesMany (line 401) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndCancellationToken_UpdatesMany (line 431) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKey_UpdatesMany (line 463) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_UpdatesMany (line 496) | [Fact] method SetupCollection (line 530) | private Mock> SetupCollection(long coun... FILE: CoreUnitTests/DataAccessTests/MongoDbUpdaterTests/UpdateOneAsyncTests.cs class UpdateOneAsyncTests (line 18) | public class UpdateOneAsyncTests : GenericTestContext method WithDocument_ReplacesOne (line 20) | [Fact] method WithDocumentAndCancellationToken_ReplacesOne (line 46) | [Fact] method WithDocumentAndUpdateDefinition_ReplacesOne (line 72) | [Fact] method WithDocumentAndUpdateDefinitionAndCancellationToken_ReplacesOne (line 97) | [Fact] method WithDocumentAndFieldExpressionAndValue_ReplacesOne (line 123) | [Fact] method WithDocumentAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 150) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 178) | [Fact] method WithFilterAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 209) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 240) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 273) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 305) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 338) | [Fact] method WithClientSessionAndDocument_ReplacesOne (line 372) | [Fact] method WithClientSessionAndDocumentAndCancellationToken_ReplacesOne (line 400) | [Fact] method WithClientSessionAndDocumentAndUpdateDefinition_ReplacesOne (line 428) | [Fact] method WithClientSessionAndDocumentAndUpdateDefinitionAndCancellationToken_ReplacesOne (line 455) | [Fact] method WithClientSessionAndDocumentAndFieldExpressionAndValue_ReplacesOne (line 483) | [Fact] method WithClientSessionAndDocumentAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 512) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 542) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 576) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 610) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 646) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 681) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 717) | [Fact] method SetupCollection (line 754) | private Mock> SetupCollection(string pa... FILE: CoreUnitTests/DataAccessTests/MongoDbUpdaterTests/UpdateOneTests.cs class UpdateOneTests (line 17) | public class UpdateOneTests : GenericTestContext method WithDocument_ReplacesOne (line 19) | [Fact] method WithDocumentAndCancellationToken_ReplacesOne (line 45) | [Fact] method WithDocumentAndUpdateDefinition_ReplacesOne (line 71) | [Fact] method WithDocumentAndUpdateDefinitionAndCancellationToken_ReplacesOne (line 96) | [Fact] method WithDocumentAndFieldExpressionAndValue_ReplacesOne (line 122) | [Fact] method WithDocumentAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 149) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 177) | [Fact] method WithFilterAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 208) | [Fact] method WithFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 239) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 272) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 304) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 337) | [Fact] method WithClientSessionAndDocument_ReplacesOne (line 371) | [Fact] method WithClientSessionAndDocumentAndCancellationToken_ReplacesOne (line 399) | [Fact] method WithClientSessionAndDocumentAndUpdateDefinition_ReplacesOne (line 427) | [Fact] method WithClientSessionAndDocumentAndUpdateDefinitionAndCancellationToken_ReplacesOne (line 454) | [Fact] method WithClientSessionAndDocumentAndFieldExpressionAndValue_ReplacesOne (line 482) | [Fact] method WithClientSessionAndDocumentAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 511) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 541) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 575) | [Fact] method WithClientSessionAndFilterAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 609) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ReplacesOne (line 645) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ReplacesOne (line 680) | [Fact] method WithClientSessionAndFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ReplacesOne (line 716) | [Fact] method SetupCollection (line 753) | private Mock> SetupCollection(string pa... FILE: CoreUnitTests/Infrastructure/FilterDefinitionExtensions.cs class FilterDefinitionExtensions (line 7) | public static class FilterDefinitionExtensions method RenderToJson (line 9) | public static string RenderToJson(this FilterDefinition(this FilterDefinition method GenericTestContext (line 9) | public GenericTestContext() => Fixture = new Fixture().Customize(new A... method MockOf (line 11) | protected Mock MockOf() FILE: CoreUnitTests/Infrastructure/IndexExtensions.cs class IndexExtensions (line 9) | public static class IndexExtensions method EqualToJson (line 11) | public static bool EqualToJson(this IndexKeysDefinition(this IndexKeysDefinition(IndexKeysDefinit... FILE: CoreUnitTests/Infrastructure/Model/Child.cs class Child (line 3) | public class Child method Child (line 5) | public Child(string type, string value) FILE: CoreUnitTests/Infrastructure/Model/Nested.cs class Nested (line 7) | public class Nested FILE: CoreUnitTests/Infrastructure/Model/PartitionedTestDocument.cs class PartitionedTestDocument (line 5) | public class PartitionedTestDocument : TestDocument, IPartitionedDocument FILE: CoreUnitTests/Infrastructure/Model/TestDocument.cs class TestDocument (line 7) | public class TestDocument : Document method TestDocument (line 9) | public TestDocument() FILE: CoreUnitTests/Infrastructure/Model/TestDocumentWithKey.cs class TestDocumentWithKey (line 7) | public class TestDocumentWithKey : IDocument method TestDocumentWithKey (line 13) | public TestDocumentWithKey() FILE: CoreUnitTests/Infrastructure/Model/TestProjection.cs class TestProjection (line 5) | public class TestProjection FILE: CoreUnitTests/Infrastructure/TestKeyedMongoRepository.cs class TestKeyedMongoRepository (line 12) | public class TestKeyedMongoRepository : BaseMongoRepository method TestKeyedMongoRepository (line 15) | public TestKeyedMongoRepository(IMongoDatabase mongoDatabase) method SetIndexHandler (line 20) | public void SetIndexHandler(IMongoDbIndexHandler indexHandler) => Mong... method SetDbCreator (line 22) | public void SetDbCreator(IMongoDbCreator creator) => MongoDbCreator = ... method SetReader (line 24) | public void SetReader(IMongoDbReader reader) => MongoDbReader = reader; method SetEraser (line 26) | public void SetEraser(IMongoDbEraser eraser) => MongoDbEraser = eraser; method SetUpdater (line 28) | public void SetUpdater(IMongoDbUpdater updater) => MongoDbUpdater = up... FILE: CoreUnitTests/Infrastructure/TestKeyedMongoRepositoryContext.cs class TestKeyedMongoRepositoryContext (line 13) | public class TestKeyedMongoRepositoryContext method TestKeyedMongoRepositoryContext (line 20) | protected TestKeyedMongoRepositoryContext() FILE: CoreUnitTests/Infrastructure/TestKeyedReadOnlyMongoRepository.cs class TestKeyedReadOnlyMongoRepository (line 8) | public class TestKeyedReadOnlyMongoRepository : ReadOnlyMongoRepos... method TestKeyedReadOnlyMongoRepository (line 12) | public TestKeyedReadOnlyMongoRepository(string connectionString, strin... method TestKeyedReadOnlyMongoRepository (line 18) | public TestKeyedReadOnlyMongoRepository(IMongoDatabase mongoDatabase) method TestKeyedReadOnlyMongoRepository (line 24) | public TestKeyedReadOnlyMongoRepository(IMongoDbContext mongoDbContext) method SetReader (line 29) | public void SetReader(IMongoDbReader reader) => MongoDbReader = reader; FILE: CoreUnitTests/Infrastructure/TestKeyedReadOnlyMongoRepositoryContext.cs class TestKeyedReadOnlyMongoRepositoryContext (line 9) | public class TestKeyedReadOnlyMongoRepositoryContext method TestKeyedReadOnlyMongoRepositoryContext (line 16) | protected TestKeyedReadOnlyMongoRepositoryContext() FILE: CoreUnitTests/Infrastructure/TestMongoRepository.cs class TestMongoRepository (line 11) | public class TestMongoRepository : BaseMongoRepository method TestMongoRepository (line 13) | public TestMongoRepository(IMongoDatabase mongoDatabase) method SetIndexHandler (line 18) | public void SetIndexHandler(IMongoDbIndexHandler indexHandler) => Mong... method SetDbCreator (line 20) | public void SetDbCreator(IMongoDbCreator creator) => MongoDbCreator = ... method SetReader (line 22) | public void SetReader(IMongoDbReader reader) => MongoDbReader = reader; method SetEraser (line 24) | public void SetEraser(IMongoDbEraser eraser) => MongoDbEraser = eraser; method SetUpdater (line 26) | public void SetUpdater(IMongoDbUpdater updater) => MongoDbUpdater = up... FILE: CoreUnitTests/Infrastructure/TestMongoRepositoryContext.cs class TestMongoRepositoryContext (line 12) | public class TestMongoRepositoryContext method TestMongoRepositoryContext (line 18) | protected TestMongoRepositoryContext() FILE: CoreUnitTests/Infrastructure/TestReadOnlyMongoRepository.cs class TestReadOnlyMongoRepository (line 8) | public class TestReadOnlyMongoRepository : ReadOnlyMongoRepository method TestReadOnlyMongoRepository (line 11) | public TestReadOnlyMongoRepository(string connectionString, string dat... method TestReadOnlyMongoRepository (line 17) | public TestReadOnlyMongoRepository(IMongoDatabase mongoDatabase) method TestReadOnlyMongoRepository (line 23) | public TestReadOnlyMongoRepository(IMongoDbContext mongoDbContext) method SetReader (line 28) | public void SetReader(IMongoDbReader reader) => MongoDbReader = reader; FILE: CoreUnitTests/Infrastructure/TestReadOnlyMongoRepositoryContext.cs class TestReadOnlyMongoRepositoryContext (line 10) | public class TestReadOnlyMongoRepositoryContext method TestReadOnlyMongoRepositoryContext (line 16) | protected TestReadOnlyMongoRepositoryContext() method MockOf (line 46) | protected Mock MockOf() FILE: CoreUnitTests/Infrastructure/UpdateDefinitionExtensions.cs class UpdateDefinitionExtensions (line 7) | public static class UpdateDefinitionExtensions method EquivalentTo (line 9) | public static bool EquivalentTo(this UpdateDefinition method WithDocument_ShouldAddOne (line 15) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 29) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/AddTests/AddManyTests.cs class AddManyTests (line 13) | public class AddManyTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldAddOne (line 15) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 29) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/AddTests/AddOneAsyncTests.cs class AddOneAsyncTests (line 12) | public class AddOneAsyncTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldAddOne (line 14) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 28) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/AddTests/AddOneTests.cs class AddOneTests (line 11) | public class AddOneTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldAddOne (line 13) | [Fact] method WithDocumentAndCancellationToken_ShouldAddOne (line 27) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/DeleteTests/DeleteManyAsyncTests.cs class DeleteManyAsyncTests (line 17) | public class DeleteManyAsyncTests : TestKeyedMongoRepositoryContext method WithDocuments_ShouldDeleteMany (line 19) | [Fact] method WithDocumentsAndCancellationToken_ShouldDeleteMany (line 39) | [Fact] method WithFilter_ShouldDeleteMany (line 60) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteMany (line 86) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteMany (line 113) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 140) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/DeleteTests/DeleteManyTests.cs class DeleteManyTests (line 16) | public class DeleteManyTests : TestKeyedMongoRepositoryContext method WithDocuments_ShouldDeleteMany (line 18) | [Fact] method WithDocumentsAndCancellationToken_ShouldDeleteMany (line 38) | [Fact] method WithFilter_ShouldDeleteMany (line 60) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteMany (line 83) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteMany (line 111) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteMany (line 139) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/DeleteTests/DeleteOneAsyncTests.cs class DeleteOneAsyncTests (line 15) | public class DeleteOneAsyncTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldDeleteOne (line 17) | [Fact] method WithDocumentAndCancellationToken_ShouldDeleteOne (line 37) | [Fact] method WithFilter_ShouldDeleteOne (line 59) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteOne (line 82) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteOne (line 106) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 130) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/DeleteTests/DeleteOneTests.cs class DeleteOneTests (line 14) | public class DeleteOneTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldDeleteOne (line 16) | [Fact] method WithDocumentAndCancellationToken_ShouldDeleteOne (line 38) | [Fact] method WithFilter_ShouldDeleteOne (line 61) | [Fact] method WithFilterAndCancellationToken_ShouldDeleteOne (line 87) | [Fact] method WithFilterAndPartitionKey_ShouldDeleteOne (line 114) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_ShouldDeleteOne (line 141) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/CreateAscendingIndexAsyncTests.cs class CreateAscendingIndexAsyncTests (line 15) | public class CreateAscendingIndexAsyncTests : TestKeyedMongoRepositoryCo... method WithFieldExpression_CreatesIndex (line 19) | [Fact] method WithFieldExpressionAndCancellationToken_CreatesIndex (line 33) | [Fact] method WithFieldExpressionAndOptions_CreatesIndex (line 48) | [Fact] method WithFieldExpressionAndOptionsAndCancellationToken_CreatesIndex (line 65) | [Fact] method WithFieldExpressionAndPartitionKey_CreatesIndex (line 83) | [Fact] method WithFieldExpressionAndPartitionKeyAndCancellationToken_CreatesIndex (line 99) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKey_CreatesIndex (line 116) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKeyAndCancellationToken_CreatesIndex (line 135) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/CreateCombinedTextIndexAsyncTests.cs class CreateCombinedTextIndexAsyncTests (line 16) | public class CreateCombinedTextIndexAsyncTests : TestKeyedMongoRepositor... method WithFieldExpression_CreatesIndex (line 20) | [Fact] method WithFieldExpressionAndCancellationToken_CreatesIndex (line 34) | [Fact] method WithFieldExpressionAndOptions_CreatesIndex (line 49) | [Fact] method WithFieldExpressionAndOptionsAndCancellationToken_CreatesIndex (line 66) | [Fact] method WithFieldExpressionAndPartitionKey_CreatesIndex (line 84) | [Fact] method WithFieldExpressionAndPartitionKeyAndCancellationToken_CreatesIndex (line 100) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKey_CreatesIndex (line 117) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKeyAndCancellationToken_CreatesIndex (line 136) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/CreateDescendingIndexAsyncTests.cs class CreateDescendingIndexAsyncTests (line 15) | public class CreateDescendingIndexAsyncTests : TestKeyedMongoRepositoryC... method WithFieldExpression_CreatesIndex (line 19) | [Fact] method WithFieldExpressionAndCancellationToken_CreatesIndex (line 33) | [Fact] method WithFieldExpressionAndOptions_CreatesIndex (line 48) | [Fact] method WithFieldExpressionAndOptionsAndCancellationToken_CreatesIndex (line 65) | [Fact] method WithFieldExpressionAndPartitionKey_CreatesIndex (line 83) | [Fact] method WithFieldExpressionAndPartitionKeyAndCancellationToken_CreatesIndex (line 99) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKey_CreatesIndex (line 116) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKeyAndCancellationToken_CreatesIndex (line 135) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/CreateHashedIndexAsyncTests.cs class CreateHashedIndexAsyncTests (line 15) | public class CreateHashedIndexAsyncTests : TestKeyedMongoRepositoryConte... method WithFieldExpression_CreatesIndex (line 19) | [Fact] method WithFieldExpressionAndCancellationToken_CreatesIndex (line 33) | [Fact] method WithFieldExpressionAndOptions_CreatesIndex (line 48) | [Fact] method WithFieldExpressionAndOptionsAndCancellationToken_CreatesIndex (line 65) | [Fact] method WithFieldExpressionAndPartitionKey_CreatesIndex (line 83) | [Fact] method WithFieldExpressionAndPartitionKeyAndCancellationToken_CreatesIndex (line 99) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKey_CreatesIndex (line 116) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKeyAndCancellationToken_CreatesIndex (line 135) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/CreateTextIndexAsyncTests.cs class CreateTextIndexAsyncTests (line 15) | public class CreateTextIndexAsyncTests : TestKeyedMongoRepositoryContext... method WithFieldExpression_CreatesIndex (line 19) | [Fact] method WithFieldExpressionAndCancellationToken_CreatesIndex (line 33) | [Fact] method WithFieldExpressionAndOptions_CreatesIndex (line 48) | [Fact] method WithFieldExpressionAndOptionsAndCancellationToken_CreatesIndex (line 65) | [Fact] method WithFieldExpressionAndPartitionKey_CreatesIndex (line 83) | [Fact] method WithFieldExpressionAndPartitionKeyAndCancellationToken_CreatesIndex (line 99) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKey_CreatesIndex (line 116) | [Fact] method WithFieldExpressionAndOptionsAndPartitionKeyAndCancellationToken_CreatesIndex (line 135) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/DropIndexAsyncTests.cs class DropIndexAsyncTests (line 12) | public class DropIndexAsyncTests : TestKeyedMongoRepositoryContext method WitIndexName_DropsIndex (line 14) | [Fact] method WitIndexNameAndCancellationToken_DropsIndex (line 29) | [Fact] method WitIndexNameAndPartitionKey_DropsIndex (line 45) | [Fact] method WitIndexNameAndPartitionKeyAndCancellationToken_DropsIndex (line 61) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/IndexTests/GetIndexNamesAsyncTests.cs class GetIndexNamesAsyncTests (line 13) | public class GetIndexNamesAsyncTests : TestKeyedMongoRepositoryContext method WithNoParameters_ReturnsIndexNames (line 15) | [Fact] method WithCancellationToken_ReturnsIndexNames (line 35) | [Fact] method WithPartitionKey_ReturnsIndexNames (line 56) | [Fact] method WithPartitionKeyAndCancellationToken_ReturnsIndexNames (line 77) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/UpdateTests/UpdateManyAsyncTests.cs class UpdateManyAsyncTests (line 16) | public class UpdateManyAsyncTests : TestKeyedMongoRepositoryContext method WithFilterDefinitionAndFieldExpressionAndValue_ShouldUpdateOne (line 23) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 55) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 88) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 121) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_ShouldUpdateOne (line 155) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 188) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 221) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 254) | [Fact] method WithFilterExpressionAndUpdateDefinition_ShouldUpdateOne (line 288) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndCancellationToken_ShouldUpdateOne (line 318) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKey_ShouldUpdateOne (line 349) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 380) | [Fact] method WithFilterDefinitionAndUpdateDefinition_ShouldUpdateOne (line 411) | [Fact] method WithFilterDefinitionAndUpdateDefinitionCancellationToken_ShouldUpdateOne (line 441) | [Fact] method WithFilterDefinitionAndUpdateDefinitionAndPartitionKey_ShouldUpdateOne (line 472) | [Fact] method WithFilterDefinitionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 503) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/UpdateTests/UpdateManyTests.cs class UpdateManyTests (line 15) | public class UpdateManyTests : TestKeyedMongoRepositoryContext method WithFilterDefinitionAndFieldExpressionAndValue_ShouldUpdateOne (line 22) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 54) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 87) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 120) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_ShouldUpdateOne (line 154) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 187) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 220) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 253) | [Fact] method WithFilterExpressionAndUpdateDefinition_ShouldUpdateOne (line 287) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndCancellationToken_ShouldUpdateOne (line 317) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKey_ShouldUpdateOne (line 348) | [Fact] method WithFilterExpressionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 379) | [Fact] method WithFilterDefinitionAndUpdateDefinition_ShouldUpdateOne (line 410) | [Fact] method WithFilterDefinitionAndUpdateDefinitionCancellationToken_ShouldUpdateOne (line 440) | [Fact] method WithFilterDefinitionAndUpdateDefinitionAndPartitionKey_ShouldUpdateOne (line 471) | [Fact] method WithFilterDefinitionAndUpdateDefinitionAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 502) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/UpdateTests/UpdateOneAsyncTests.cs class UpdateOneAsyncTests (line 16) | public class UpdateOneAsyncTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldUpdateOne (line 23) | [Fact] method WithDocumentAndCancellationToken_ShouldUpdateOne (line 41) | [Fact] method WithDocumentAndUpdateDefinition_ShouldUpdateOne (line 60) | [Fact] method WithDocumentAndUpdateDefinitionAndCancellationToken_ShouldUpdateOne (line 87) | [Fact] method WithDocumentAndFieldExpressionAndValue_ShouldUpdateOne (line 115) | [Fact] method WithDocumentAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 145) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValue_ShouldUpdateOne (line 176) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 207) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 239) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 271) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_ShouldUpdateOne (line 304) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 336) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 368) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 400) | [Fact] FILE: CoreUnitTests/KeyTypedRepositoryTests/UpdateTests/UpdateOneTests.cs class UpdateOneTests (line 16) | public class UpdateOneTests : TestKeyedMongoRepositoryContext method WithDocument_ShouldUpdateOne (line 23) | [Fact] method WithDocumentAndCancellationToken_ShouldUpdateOne (line 41) | [Fact] method WithDocumentAndUpdateDefinition_ShouldUpdateOne (line 60) | [Fact] method WithDocumentAndUpdateDefinitionAndCancellationToken_ShouldUpdateOne (line 87) | [Fact] method WithDocumentAndFieldExpressionAndValue_ShouldUpdateOne (line 115) | [Fact] method WithDocumentAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 145) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValue_ShouldUpdateOne (line 176) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 207) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 239) | [Fact] method WithFilterDefinitionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 271) | [Fact] method WithFilterExpressionAndFieldExpressionAndValue_ShouldUpdateOne (line 304) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndCancellationToken_ShouldUpdateOne (line 336) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKey_ShouldUpdateOne (line 368) | [Fact] method WithFilterExpressionAndFieldExpressionAndValueAndPartitionKeyAndCancellationToken_ShouldUpdateOne (line 400) | [Fact] FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/AnyAsyncTests.cs class AnyAsyncTests (line 15) | public class AnyAsyncTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsResult (line 19) | [Fact] method WithFilterAndCancellationToken_GetsResult (line 35) | [Fact] method WithFilterAndPartitionKey_GetsResult (line 53) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsResult (line 71) | [Fact] method SetupReader (line 90) | private void SetupReader() FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/AnyTests.cs class AnyTests (line 14) | public class AnyTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsResult (line 18) | [Fact] method WithFilterAndCancellationToken_GetsResult (line 34) | [Fact] method WithFilterAndPartitionKey_GetsResult (line 52) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsResult (line 70) | [Fact] method SetupReader (line 89) | private void SetupReader() FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/CountAsyncTests.cs class CountAsyncTests (line 17) | public class CountAsyncTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsOne (line 21) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 77) | [Fact] method SetupReader (line 97) | private void SetupReader(long count) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/CountTests.cs class CountTests (line 14) | public class CountTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsOne (line 18) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 36) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 55) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 74) | [Fact] method SetupReader (line 94) | private void SetupReader(long count) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetAllAsyncTests.cs class GetAllAsyncTests (line 17) | public class GetAllAsyncTests : TestKeyedReadOnlyMongoRepositoryContext<... method WithFilter_GetsOne (line 21) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 40) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 60) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 80) | [Fact] method SetupReader (line 101) | private void SetupReader(List> documents) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetAllTests.cs class GetAllTests (line 16) | public class GetAllTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsOne (line 20) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 59) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(List> documents) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByIdAsyncTests.cs class GetByIdAsyncTests (line 13) | public class GetByIdAsyncTests : TestKeyedReadOnlyMongoRepositoryContext... method WithId_Gets (line 15) | [Fact] method WithIdAndCancellationToken_Gets (line 34) | [Fact] method WithIdAndPartitionKey_Gets (line 54) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_Gets (line 74) | [Fact] method SetupReader (line 95) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByIdTests.cs class GetByIdTests (line 12) | public class GetByIdTests : TestKeyedReadOnlyMongoRepositoryContext method WithId_Gets (line 14) | [Fact] method WithIdAndCancellationToken_Gets (line 33) | [Fact] method WithIdAndPartitionKey_Gets (line 53) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_Gets (line 73) | [Fact] method SetupReader (line 94) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByMaxAsyncTests.cs class GetByMaxAsyncTests (line 15) | public class GetByMaxAsyncTests : TestKeyedReadOnlyMongoRepositoryContex... method WithFilterAndSelector_GetsOne (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 59) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByMaxTests.cs class GetByMaxTests (line 14) | public class GetByMaxTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByMinAsyncTests.cs class GetByMinAsyncTests (line 15) | public class GetByMinAsyncTests : TestKeyedReadOnlyMongoRepositoryContex... method WithFilterAndSelector_GetsOne (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 59) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetByMinTests.cs class GetByMinTests (line 14) | public class GetByMinTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetMaxValueAsyncTests.cs class GetMaxValueAsyncTests (line 15) | public class GetMaxValueAsyncTests : TestKeyedReadOnlyMongoRepositoryCon... method WithFilterAndSelector_GetsMaxValue (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 57) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 76) | [Fact] method SetupReader (line 96) | private void SetupReader(int value) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetMaxValueTests.cs class GetMaxValueTests (line 14) | public class GetMaxValueTests : TestKeyedReadOnlyMongoRepositoryContext<... method WithFilterAndSelector_GetsMaxValue (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 37) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 56) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 75) | [Fact] method SetupReader (line 95) | private void SetupReader(int value) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetMinValueAsyncTests.cs class GetMinValueAsyncTests (line 15) | public class GetMinValueAsyncTests : TestKeyedReadOnlyMongoRepositoryCon... method WithFilterAndSelector_GetsMaxValue (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 57) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 76) | [Fact] method SetupReader (line 96) | private void SetupReader(int value) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetMinValueTests.cs class GetMinValueTests (line 14) | public class GetMinValueTests : TestKeyedReadOnlyMongoRepositoryContext<... method WithFilterAndSelector_GetsMinValue (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMinValue (line 37) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMinValue (line 56) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMinValue (line 75) | [Fact] method SetupReader (line 95) | private void SetupReader(int value) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetOneAsyncTests.cs class GetOneAsyncTests (line 15) | public class GetOneAsyncTests : TestKeyedReadOnlyMongoRepositoryContext<... method WithFilter_GetsOne (line 19) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 38) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetOneTests.cs class GetOneTests (line 14) | public class GetOneTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilter_GetsOne (line 18) | [Fact] method WithFilterAndCancellationToken_GetsOne (line 37) | [Fact] method WithFilterAndPartitionKey_GetsOne (line 57) | [Fact] method WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 77) | [Fact] method SetupReader (line 98) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GetSortedPaginatedAsyncTests.cs class GetSortedPaginatedAsyncTests (line 18) | public class GetSortedPaginatedAsyncTests : TestKeyedReadOnlyMongoReposi... method WithFilterAndSortSelector_GetsResults (line 28) | [Fact] method WithFilterAndSortSelectorAndAscending_GetsResults (line 41) | [Fact] method WithFilterAndSortSelectorAndSkipNumber_GetsResults (line 55) | [Fact] method WithFilterAndSortSelectorAndTakeNumber_GetsResults (line 69) | [Fact] method WithFilterAndSortSelectorAndPartitionKey_GetsResults (line 84) | [Fact] method WithFilterAndSortSelectorAndCancellationToken_GetsResults (line 98) | [Fact] method WithFilterAndSortDefinition_GetsResults (line 112) | [Fact] method WithFilterAndSortDefinitionAndSkipNumber_GetsResults (line 125) | [Fact] method WithFilterAndSortDefinitionAndTakeNumber_GetsResults (line 139) | [Fact] method WithFilterAndSortDefinitionAndPartitionKey_GetsResults (line 153) | [Fact] method WithFilterAndSortDefinitionAndCancellationToken_GetsResults (line 167) | [Fact] method SetupReaderWithSortSelector (line 181) | private List> SetupReaderWithSortSelector() method VerifySelector (line 199) | private void VerifySelector(List> result, Lis... method SetupReaderWithSortDefinition (line 215) | private List> SetupReaderWithSortDefinition() method VerifyDefinition (line 232) | private void VerifyDefinition(List> result, L... FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/GroupByTests.cs class GroupByTests (line 15) | public class GroupByTests : TestKeyedReadOnlyMongoRepositoryContext method WithGroupingCriteriaAndProjection_Groups (line 21) | [Fact] method WithGroupingCriteriaAndProjectionAndCancellationToken_Groups (line 47) | [Fact] method WithGroupingCriteriaAndProjectionAndPartitionKey_Groups (line 75) | [Fact] method WithGroupingCriteriaAndProjectionAndPartitionKeyAndCancellationToken_Groups (line 103) | [Fact] method WithFilterAndGroupingCriteriaAndProjection_Groups (line 132) | [Fact] method WithFilterAndGroupingCriteriaAndProjectionAndCancellationToken_Groups (line 159) | [Fact] method WithFilterAndGroupingCriteriaAndProjectionAndPartitionKey_Groups (line 187) | [Fact] method WithFilterAndGroupingCriteriaAndProjectionAndPartitionKeyAndCancellationToken_Groups (line 215) | [Fact] FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/ProjectManyAsyncTests.cs class ProjectManyAsyncTests (line 17) | public class ProjectManyAsyncTests : TestKeyedReadOnlyMongoRepositoryCon... method WithFilterAndProjection_Projects (line 22) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 44) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 63) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 82) | [Fact] method SetupReader (line 102) | private void SetupReader(List projections) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/ProjectManyTests.cs class ProjectManyTests (line 16) | public class ProjectManyTests : TestKeyedReadOnlyMongoRepositoryContext<... method WithFilterAndProjection_Projects (line 21) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 43) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 62) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 81) | [Fact] method SetupReader (line 101) | private void SetupReader(List projections) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/ProjectOneAsyncTests.cs class ProjectOneAsyncTests (line 15) | public class ProjectOneAsyncTests : TestKeyedReadOnlyMongoRepositoryCont... method WithFilterAndProjection_Projects (line 20) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 42) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 61) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 80) | [Fact] method SetupReader (line 100) | private void SetupReader(TestProjection result) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/ProjectOneTests.cs class ProjectOneTests (line 14) | public class ProjectOneTests : TestKeyedReadOnlyMongoRepositoryContext method WithFilterAndProjection_Projects (line 19) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 41) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 60) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 79) | [Fact] method SetupReader (line 99) | private void SetupReader(TestProjection result) FILE: CoreUnitTests/KeyedReadOnlyMongoRepositoryTests/SumByAsyncTests.cs class SumByAsyncTests (line 15) | public class SumByAsyncTests : TestKeyedReadOnlyMongoRepositoryContext method Int_WithFilterAndSelector_Sums (line 21) | [Fact] method Int_WithFilterAndSelectorAndCancellationToken_Sums (line 39) | [Fact] method Int_WithFilterAndSelectorAndPartitionKey_Sums (line 58) | [Fact] method Int_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 77) | [Fact] method Decimal_WithFilterAndSelector_Sums (line 97) | [Fact] method Decimal_WithFilterAndSelectorAndCancellationToken_Sums (line 115) | [Fact] method Decimal_WithFilterAndSelectorAndPartitionKey_Sums (line 134) | [Fact] method Decimal_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 153) | [Fact] method SetupReaderInt (line 173) | private void SetupReaderInt(int expected) method SetupReaderDecimal (line 186) | private void SetupReaderDecimal(decimal expected) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/AnyAsyncTests.cs class AnyAsyncTests (line 16) | public class AnyAsyncTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsResult (line 22) | [Fact] method WithExpressionAndCancellationToken_GetsResult (line 38) | [Fact] method WithExpressionAndPartitionKey_GetsResult (line 56) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsResult (line 74) | [Fact] method Keyed_WithExpression_GetsResult (line 95) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsResult (line 111) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsResult (line 129) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsResult (line 147) | [Fact] method Keyed_WithFilter_GetsResult (line 166) | [Fact] method Keyed_WithFilterAndOptions_GetsResult (line 182) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsResult (line 199) | [Fact] method Keyed_WithFilterAndOptionsAndCancellationToken_GetsResult (line 217) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsResult (line 236) | [Fact] method Keyed_WithFilterAndCountOptionsAndPartitionKey_GetsResult (line 254) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsResult (line 272) | [Fact] method Keyed_WithFilterAndCountOptionsAndPartitionKeyAndCancellationToken_GetsResult (line 291) | [Fact] method SetupKeyedReaderWithExpression (line 311) | private void SetupKeyedReaderWithExpression() method SetupKeyedReaderWithFilter (line 323) | private void SetupKeyedReaderWithFilter() method SetupReader (line 338) | private void SetupReader() FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/AnyTests.cs class AnyTests (line 15) | public class AnyTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsResult (line 19) | [Fact] method WithExpressionAndCancellationToken_GetsResult (line 35) | [Fact] method WithExpressionAndPartitionKey_GetsResult (line 53) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsResult (line 71) | [Fact] method SetupReader (line 90) | private void SetupReader() method Keyed_WithExpression_GetsResult (line 107) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsResult (line 123) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsResult (line 141) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsResult (line 159) | [Fact] method Keyed_WithFilter_GetsResult (line 178) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsResult (line 194) | [Fact] method Keyed_WithFilterAndOptions_GetsResult (line 212) | [Fact] method Keyed_WithFilterAndOptionsAndCancellationToken_GetsResult (line 229) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsResult (line 247) | [Fact] method Keyed_WithFilterAndOptionsAndPartitionKey_GetsResult (line 265) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsResult (line 284) | [Fact] method Keyed_WithFilterAndOptionsAndPartitionKeyAndCancellationToken_GetsResult (line 303) | [Fact] method SetupKeyedReaderWithExpression (line 323) | private void SetupKeyedReaderWithExpression() method SetupKeyedReaderWithFilter (line 335) | private void SetupKeyedReaderWithFilter() FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/CountAsyncTests.cs class CountAsyncTests (line 16) | public class CountAsyncTests : TestReadOnlyMongoRepositoryContext method WithExpression_Counts (line 20) | [Fact] method WithExpressionAndCancellationToken_Counts (line 38) | [Fact] method WithExpressionAndPartitionKey_Counts (line 57) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_Counts (line 76) | [Fact] method SetupReader (line 96) | private void SetupReader(long count) method Keyed_WithExpression_Counts (line 113) | [Fact] method Keyed_WithExpressionAndCancellationToken_Counts (line 131) | [Fact] method Keyed_WithExpressionAndPartitionKey_Counts (line 150) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_Counts (line 169) | [Fact] method Keyed_WithFilter_Counts (line 189) | [Fact] method Keyed_WithFilterAndCountOptions_Counts (line 207) | [Fact] method Keyed_WithFilterAndCancellationToken_Counts (line 226) | [Fact] method Keyed_WithFilterAndCountOptionsAndCancellationToken_Counts (line 245) | [Fact] method Keyed_WithFilterAndPartitionKey_Counts (line 265) | [Fact] method Keyed_WithFilterAndCountOptionsAndPartitionKey_Counts (line 284) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_Counts (line 304) | [Fact] method Keyed_WithFilterAndCountOptionsPartitionKeyAndCancellationToken_Counts (line 324) | [Fact] method SetupKeyedReaderWithExpression (line 345) | private void SetupKeyedReaderWithExpression(long count) method SetupKeyedReaderWithFilter (line 357) | private void SetupKeyedReaderWithFilter(long count) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/CountTests.cs class CountTests (line 15) | public class CountTests : TestReadOnlyMongoRepositoryContext method WithExpression_Counts (line 19) | [Fact] method WithExpressionAndCancellationToken_Counts (line 37) | [Fact] method WithExpressionAndPartitionKey_Counts (line 56) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_Counts (line 75) | [Fact] method SetupReader (line 95) | private void SetupReader(long count) method Keyed_WithExpression_Counts (line 115) | [Fact] method Keyed_WithExpressionAndCancellationToken_Counts (line 133) | [Fact] method Keyed_WithExpressionAndPartitionKey_Counts (line 152) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_Counts (line 171) | [Fact] method SetupKeyedReader (line 191) | private void SetupKeyedReader(long count) method Keyed_WithFilter_Counts (line 203) | [Fact] method Keyed_WithFilterAndCountOptions_Counts (line 221) | [Fact] method Keyed_WithFilterAndCancellationToken_Counts (line 240) | [Fact] method Keyed_WithFilterAndCountOptionsAndCancellationToken_Counts (line 259) | [Fact] method Keyed_WithFilterAndPartitionKey_Counts (line 279) | [Fact] method Keyed_WithFilterAndCountOptionsAndPartitionKey_Counts (line 298) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_Counts (line 318) | [Fact] method Keyed_WithFilterAndCountOptionsAndPartitionKeyAndCancellationToken_Counts (line 338) | [Fact] method SetupKeyedReaderWithFilter (line 359) | private void SetupKeyedReaderWithFilter(long count) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetAllAsyncTests.cs class GetAllAsyncTests (line 18) | public class GetAllAsyncTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsAll (line 22) | [Fact] method WithExpressionAndCancellationToken_GetsAll (line 41) | [Fact] method WithExpressionAndPartitionKey_GetsAll (line 61) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsAll (line 81) | [Fact] method SetupReader (line 102) | private void SetupReader(List documents) method Keyed_WithExpression_GetsAll (line 119) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsAll (line 138) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsAll (line 158) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsAll (line 178) | [Fact] method Keyed_WithFilter_GetsAll (line 199) | [Fact] method Keyed_WithFilterAndOptions_GetsAll (line 218) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsAll (line 238) | [Fact] method Keyed_WithFilterAndFindOptionsAndCancellationToken_GetsAll (line 258) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsAll (line 279) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKey_GetsAll (line 299) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsAll (line 320) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKeyAndCancellationToken_GetsAll (line 341) | [Fact] method SetupReaderWithFilter (line 363) | private void SetupReaderWithFilter(List> docu... method SetupReader (line 376) | private void SetupReader(List> documents) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetAllTests.cs class GetAllTests (line 17) | public class GetAllTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsAll (line 21) | [Fact] method WithExpressionAndCancellationToken_GetsAll (line 40) | [Fact] method WithExpressionAndPartitionKey_GetsAll (line 60) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsAll (line 80) | [Fact] method SetupReader (line 101) | private void SetupReader(List documents) method Keyed_WithExpression_GetsAll (line 118) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsAll (line 137) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsAll (line 157) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsAll (line 177) | [Fact] method Keyed_WithFilter_GetsAll (line 198) | [Fact] method Keyed_WithFilterAndFindOptions_GetsAll (line 217) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsAll (line 237) | [Fact] method Keyed_WithFilterAndFindOptionsAndCancellationToken_GetsAll (line 257) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsAll (line 278) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKey_GetsAll (line 298) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsAll (line 319) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKeyAndCancellationToken_GetsAll (line 340) | [Fact] method SetupKeyedReaderWithFilter (line 362) | private void SetupKeyedReaderWithFilter(List>... method SetupKeyedReader (line 375) | private void SetupKeyedReader(List> documents) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByIdAsyncTests.cs class GetByIdAsyncTests (line 14) | public class GetByIdAsyncTests : TestReadOnlyMongoRepositoryContext method WithId_Gets (line 16) | [Fact] method WithIdAndCancellationToken_Gets (line 35) | [Fact] method WithIdAndPartitionKey_Gets (line 55) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_Gets (line 75) | [Fact] method SetupReader (line 96) | private void SetupReader(TestDocument document) method Keyed_WithId_Gets (line 110) | [Fact] method Keyed_WithIdAndCancellationToken_Gets (line 129) | [Fact] method Keyed_WithIdAndPartitionKey_Gets (line 149) | [Fact] method Keyed_WithIdAndPartitionKeyAndCancellationToken_Gets (line 169) | [Fact] method SetupKeyedReader (line 190) | private void SetupKeyedReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByIdTests.cs class GetByIdTests (line 13) | public class GetByIdTests : TestReadOnlyMongoRepositoryContext method WithId_Gets (line 15) | [Fact] method WithIdAndCancellationToken_Gets (line 34) | [Fact] method WithIdAndPartitionKey_Gets (line 54) | [Fact] method WithIdAndPartitionKeyAndCancellationToken_Gets (line 74) | [Fact] method SetupReader (line 95) | private void SetupReader(TestDocument document) method Keyed_WithId_Gets (line 109) | [Fact] method Keyed_WithIdAndCancellationToken_Gets (line 128) | [Fact] method Keyed_WithIdAndPartitionKey_Gets (line 148) | [Fact] method Keyed_WithIdAndPartitionKeyAndCancellationToken_Gets (line 168) | [Fact] method SetupKeyedReader (line 189) | private void SetupKeyedReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByMaxAsyncTests.cs class GetByMaxAsyncTests (line 15) | public class GetByMaxAsyncTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 59) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(TestDocument document) method Keyed_WithFilterAndSelector_GetsOne (line 118) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsOne (line 137) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsOne (line 157) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 177) | [Fact] method SetupReader (line 198) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByMaxTests.cs class GetByMaxTests (line 14) | public class GetByMaxTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocument document) method Keyed_WithFilterAndSelector_GetsOne (line 117) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsOne (line 136) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsOne (line 156) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 176) | [Fact] method SetupReader (line 197) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByMinAsyncTests.cs class GetByMinAsyncTests (line 15) | public class GetByMinAsyncTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 39) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 59) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(TestDocument document) method Keyed_WithFilterAndSelector_GetsOne (line 118) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsOne (line 137) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsOne (line 157) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 177) | [Fact] method SetupKeyedReader (line 198) | private void SetupKeyedReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetByMinTests.cs class GetByMinTests (line 14) | public class GetByMinTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsOne (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsOne (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsOne (line 58) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocument document) method Keyed_WithFilterAndSelector_GetsOne (line 117) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsOne (line 136) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsOne (line 156) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsOne (line 176) | [Fact] method SetupReader (line 197) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetMaxValueAsyncTests.cs class GetMaxValueAsyncTests (line 15) | public class GetMaxValueAsyncTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsMaxValue (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 57) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 76) | [Fact] method SetupReader (line 96) | private void SetupReader(int value) method Keyed_WithFilterAndSelector_GetsMaxValue (line 114) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 132) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 151) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 170) | [Fact] method SetupKeyedReader (line 190) | private void SetupKeyedReader(int value) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetMaxValueTests.cs class GetMaxValueTests (line 14) | public class GetMaxValueTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsMaxValue (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 37) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 56) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 75) | [Fact] method SetupReader (line 95) | private void SetupReader(int value) method Keyed_WithFilterAndSelector_GetsMaxValue (line 113) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 131) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 150) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 169) | [Fact] method SetupKeyedReader (line 189) | private void SetupKeyedReader(int value) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetMinValueAsyncTests.cs class GetMinValueAsyncTests (line 15) | public class GetMinValueAsyncTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsMaxValue (line 20) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 38) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 57) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 76) | [Fact] method SetupReader (line 96) | private void SetupReader(int value) method Keyed_WithFilterAndSelector_GetsMaxValue (line 114) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsMaxValue (line 132) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsMaxValue (line 151) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMaxValue (line 170) | [Fact] method SetupKeyedReader (line 190) | private void SetupKeyedReader(int value) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetMinValueTests.cs class GetMinValueTests (line 14) | public class GetMinValueTests : TestReadOnlyMongoRepositoryContext method WithFilterAndSelector_GetsMinValue (line 19) | [Fact] method WithFilterAndSelectorAndCancellationToken_GetsMinValue (line 37) | [Fact] method WithFilterAndSelectorAndPartitionKey_GetsMinValue (line 56) | [Fact] method WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMinValue (line 75) | [Fact] method SetupReader (line 95) | private void SetupReader(int value) method Keyed_WithFilterAndSelector_GetsMinValue (line 113) | [Fact] method Keyed_WithFilterAndSelectorAndCancellationToken_GetsMinValue (line 131) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKey_GetsMinValue (line 150) | [Fact] method Keyed_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_GetsMinValue (line 169) | [Fact] method SetupKeyedReader (line 189) | private void SetupKeyedReader(int value) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetOneAsyncTests.cs class GetOneAsyncTests (line 16) | public class GetOneAsyncTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsOne (line 20) | [Fact] method WithExpressionAndCancellationToken_GetsOne (line 39) | [Fact] method WithExpressionAndPartitionKey_GetsOne (line 59) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsOne (line 79) | [Fact] method SetupReader (line 100) | private void SetupReader(TestDocument document) method Keyed_WithExpression_GetsOne (line 117) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsOne (line 136) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsOne (line 156) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsOne (line 176) | [Fact] method Keyed_WithFilter_GetsOne (line 197) | [Fact] method Keyed_WithFilterAndFindOptions_GetsOne (line 216) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsOne (line 236) | [Fact] method Keyed_WithFilterAndFindOptionsAndCancellationToken_GetsOne (line 256) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsOne (line 277) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKey_GetsOne (line 297) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 318) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKeyAndCancellationToken_GetsOne (line 339) | [Fact] method SetupKeyedReaderWithFilter (line 361) | private void SetupKeyedReaderWithFilter(TestDocumentWithKey docum... method SetupReader (line 374) | private void SetupReader(TestDocumentWithKey document) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetOneTests.cs class GetOneTests (line 15) | public class GetOneTests : TestReadOnlyMongoRepositoryContext method WithExpression_GetsOne (line 19) | [Fact] method WithExpressionAndCancellationToken_GetsOne (line 38) | [Fact] method WithExpressionAndPartitionKey_GetsOne (line 58) | [Fact] method WithExpressionAndPartitionKeyAndCancellationToken_GetsOne (line 78) | [Fact] method SetupReader (line 99) | private void SetupReader(TestDocument document) method Keyed_WithExpression_GetsOne (line 116) | [Fact] method Keyed_WithExpressionAndCancellationToken_GetsOne (line 135) | [Fact] method Keyed_WithExpressionAndPartitionKey_GetsOne (line 155) | [Fact] method Keyed_WithExpressionAndPartitionKeyAndCancellationToken_GetsOne (line 175) | [Fact] method Keyed_WithFilter_GetsOne (line 196) | [Fact] method Keyed_WithFilterAndFindOptions_GetsOne (line 215) | [Fact] method Keyed_WithFilterAndCancellationToken_GetsOne (line 235) | [Fact] method Keyed_WithFilterAndFindOptionsAndCancellationToken_GetsOne (line 255) | [Fact] method Keyed_WithFilterAndPartitionKey_GetsOne (line 276) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKey_GetsOne (line 296) | [Fact] method Keyed_WithFilterAndPartitionKeyAndCancellationToken_GetsOne (line 317) | [Fact] method Keyed_WithFilterAndFindOptionsAndPartitionKeyAndCancellationToken_GetsOne (line 338) | [Fact] method SetupKeyedReader (line 360) | private void SetupKeyedReader(TestDocumentWithKey document) method SetupKeyedReaderWithFilter (line 372) | private void SetupKeyedReaderWithFilter(TestDocumentWithKey docum... FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/GetSortedPaginatedAsyncTests.cs class GetSortedPaginatedAsyncTests (line 18) | public class GetSortedPaginatedAsyncTests : TestReadOnlyMongoRepositoryC... method WithFilterAndSortSelector_GetsResults (line 28) | [Fact] method WithFilterAndSortSelectorAndAscending_GetsResults (line 41) | [Fact] method WithFilterAndSortSelectorAndSkipNumber_GetsResults (line 55) | [Fact] method WithFilterAndSortSelectorAndTakeNumber_GetsResults (line 69) | [Fact] method WithFilterAndSortSelectorAndPartitionKey_GetsResults (line 84) | [Fact] method WithFilterAndSortSelectorAndCancellationToken_GetsResults (line 98) | [Fact] method WithFilterAndSortDefinition_GetsResults (line 112) | [Fact] method WithFilterAndSortDefinitionAndSkipNumber_GetsResults (line 125) | [Fact] method WithFilterAndSortDefinitionAndTakeNumber_GetsResults (line 139) | [Fact] method WithFilterAndSortDefinitionAndPartitionKey_GetsResults (line 153) | [Fact] method WithFilterAndSortDefinitionAndCancellationToken_GetsResults (line 167) | [Fact] method SetupReaderWithSortSelector (line 181) | private List SetupReaderWithSortSelector() method VerifySelector (line 199) | private void VerifySelector(List result, List SetupReaderWithSortDefinition() method VerifyDefinition (line 232) | private void VerifyDefinition(List result, List projections) method Keyed_WithFilterAndProjection_Projects (line 120) | [Fact] method Keyed_WithFilterAndProjectionAndCancellationToken_Projects (line 142) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKey_Projects (line 161) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 180) | [Fact] method SetupKeyedReader (line 200) | private void SetupKeyedReader(List keyedProjections) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/ProjectManyTests.cs class ProjectManyTests (line 16) | public class ProjectManyTests : TestReadOnlyMongoRepositoryContext method WithFilterAndProjection_Projects (line 21) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 43) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 62) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 81) | [Fact] method SetupReader (line 101) | private void SetupReader(List projections) method Keyed_WithFilterAndProjection_Projects (line 119) | [Fact] method Keyed_WithFilterAndProjectionAndCancellationToken_Projects (line 141) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKey_Projects (line 160) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 179) | [Fact] method SetupKeyedReader (line 199) | private void SetupKeyedReader(List keyedProjections) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/ProjectOneAsyncTests.cs class ProjectOneAsyncTests (line 15) | public class ProjectOneAsyncTests : TestReadOnlyMongoRepositoryContext method WithFilterAndProjection_Projects (line 20) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 42) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 61) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 80) | [Fact] method SetupReader (line 100) | private void SetupReader(TestProjection result) method Keyed_WithFilterAndProjection_Projects (line 118) | [Fact] method Keyed_WithFilterAndProjectionAndCancellationToken_Projects (line 140) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKey_Projects (line 159) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 178) | [Fact] method SetupKeyedReader (line 198) | private void SetupKeyedReader(TestProjection result) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/ProjectOneTests.cs class ProjectOneTests (line 14) | public class ProjectOneTests : TestReadOnlyMongoRepositoryContext method WithFilterAndProjection_Projects (line 19) | [Fact] method WithFilterAndProjectionAndCancellationToken_Projects (line 41) | [Fact] method WithFilterAndProjectionAndPartitionKey_Projects (line 60) | [Fact] method WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 79) | [Fact] method SetupReader (line 99) | private void SetupReader(TestProjection result) method Keyed_WithFilterAndProjection_Projects (line 117) | [Fact] method Keyed_WithFilterAndProjectionAndCancellationToken_Projects (line 139) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKey_Projects (line 158) | [Fact] method Keyed_WithFilterAndProjectionAndPartitionKeyAndCancellationToken_Projects (line 177) | [Fact] method SetupKeyedReader (line 197) | private void SetupKeyedReader(TestProjection result) FILE: CoreUnitTests/ReadOnlyMongoRepositoryTests/SumByAsyncTests.cs class SumByAsyncTests (line 15) | public class SumByAsyncTests : TestReadOnlyMongoRepositoryContext method Int_WithFilterAndSelector_Sums (line 21) | [Fact] method Int_WithFilterAndSelectorAndCancellationToken_Sums (line 39) | [Fact] method Int_WithFilterAndSelectorAndPartitionKey_Sums (line 58) | [Fact] method Int_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 77) | [Fact] method Decimal_WithFilterAndSelector_Sums (line 97) | [Fact] method Decimal_WithFilterAndSelectorAndCancellationToken_Sums (line 115) | [Fact] method Decimal_WithFilterAndSelectorAndPartitionKey_Sums (line 134) | [Fact] method Decimal_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 153) | [Fact] method SetupReaderInt (line 173) | private void SetupReaderInt(int expected) method SetupReaderDecimal (line 186) | private void SetupReaderDecimal(decimal expected) method Keyed_Int_WithFilterAndSelector_Sums (line 205) | [Fact] method Keyed_Int_WithFilterAndSelectorAndCancellationToken_Sums (line 223) | [Fact] method Keyed_Int_WithFilterAndSelectorAndPartitionKey_Sums (line 242) | [Fact] method Keyed_Int_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 261) | [Fact] method Keyed_Decimal_WithFilterAndSelector_Sums (line 281) | [Fact] method Keyed_Decimal_WithFilterAndSelectorAndCancellationToken_Sums (line 299) | [Fact] method Keyed_Decimal_WithFilterAndSelectorAndPartitionKey_Sums (line 318) | [Fact] method Keyed_Decimal_WithFilterAndSelectorAndPartitionKeyAndCancellationToken_Sums (line 337) | [Fact] method SetupKeyedReaderInt (line 357) | private void SetupKeyedReaderInt(int expected) method SetupKeyedReaderDecimal (line 370) | private void SetupKeyedReaderDecimal(decimal expected) FILE: IntegrationTests/CRUDObjectIdTests.cs class ObjectIdTestDocument (line 7) | public class ObjectIdTestDocument : TestDoc class CRUDObjectIdTests (line 11) | [TestFixture] method GetClassName (line 14) | public override string GetClassName() FILE: IntegrationTests/CRUDPartitionedCollectionNameAttributeTests.cs class PartitionedCollectionNameDoc (line 9) | [CollectionName("TestingCollectionNameAttributePartitionedTKey")] method PartitionedCollectionNameDoc (line 12) | public PartitionedCollectionNameDoc() class CRUDPartitionedCollectionNameAttributeTests (line 20) | public class CRUDPartitionedCollectionNameAttributeTests : MongoDbDocume... method GetClassName (line 22) | public override string GetClassName() FILE: IntegrationTests/CRUDPartitionedTests.cs class PartitionedDoc (line 6) | public class PartitionedDoc : TestDoc, IPartitionedDocument method PartitionedDoc (line 8) | public PartitionedDoc() class CRUDPartitionedTests (line 16) | public class CRUDPartitionedTests : MongoDbDocumentTestBase method GetClassName (line 18) | public override string GetClassName() FILE: IntegrationTests/CRUDTKeyPartitionedCollectionNameAttributeTests.cs class TKeyPartitionedCollectionNameDoc (line 8) | [CollectionName("TestingCollectionNameAttributePartitionedTKey")] method TKeyPartitionedCollectionNameDoc (line 11) | public TKeyPartitionedCollectionNameDoc() class CRUDTKeyPartitionedCollectionNameAttributeTests (line 19) | public class CRUDTKeyPartitionedCollectionNameAttributeTests : MongoDbTK... method GetClassName (line 21) | public override string GetClassName() FILE: IntegrationTests/CRUDTKeyPartitionedTests.cs class PartitionedTKeyTestDocument (line 9) | public class PartitionedTKeyTestDocument : TestDoc, IPartitionedDo... method PartitionedTKeyTestDocument (line 11) | public PartitionedTKeyTestDocument() class CRUDTKeyPartitionedTests (line 18) | [TestFixture] method GetClassName (line 21) | public override string GetClassName() FILE: IntegrationTests/CRUDTKeyTests.cs class TKeyTestDocument (line 9) | public class TKeyTestDocument : TestDoc class CRUDTKeyTests (line 13) | [TestFixture] method GetClassName (line 16) | public override string GetClassName() FILE: IntegrationTests/CRUDTests.cs class TestDocument (line 6) | public class TestDocument : TestDoc class CRUDTests (line 10) | [TestFixture] method GetClassName (line 13) | public override string GetClassName() FILE: IntegrationTests/Infrastructure/BaseMongoDbRepositoryTests.cs class BaseMongoDbRepositoryTests (line 8) | public class BaseMongoDbRepositoryTests where T : class, new() method CreateTestDocument (line 10) | public T CreateTestDocument() method CreateTestDocuments (line 15) | public List CreateTestDocuments(int numberOfDocumentsToCreate) method BaseMongoDbRepositoryTests (line 25) | public BaseMongoDbRepositoryTests() method Init (line 41) | [OneTimeSetUp] method Cleanup (line 48) | [OneTimeTearDown] FILE: IntegrationTests/Infrastructure/GlobalVariables.cs class GlobalVariables (line 8) | public static class GlobalVariables FILE: IntegrationTests/Infrastructure/ITestRepository.cs type ITestRepository (line 5) | public interface ITestRepository : IBaseMongoRepository method DropTestCollection (line 7) | void DropTestCollection(); method DropTestCollection (line 8) | void DropTestCollection(string partitionKey); FILE: IntegrationTests/Infrastructure/MongoDBDocumentTestBase.cs class MongoDbDocumentTestBase (line 13) | [TestFixture] method CreateTestDocument (line 17) | public T CreateTestDocument() method GetClassName (line 22) | public abstract string GetClassName(); method CreateTestDocuments (line 24) | public List CreateTestDocuments(int numberOfDocumentsToCreate) method MongoDbDocumentTestBase (line 54) | public MongoDbDocumentTestBase() method Init (line 65) | [OneTimeSetUp] method Cleanup (line 72) | [OneTimeTearDown] method AddOne (line 88) | [Test] method AddOneAsync (line 101) | [Test] method AddMany (line 114) | [Test] method AddManyAsync (line 129) | [Test] method GetByIdAsync (line 149) | [Test] method GetById (line 161) | [Test] method GetOneAsync (line 173) | [Test] method GetOne (line 185) | [Test] method GetCursor (line 197) | [Test] method AnyAsyncReturnsTrue (line 210) | [Test] method AnyAsyncReturnsFalse (line 222) | [Test] method AnyReturnsTrue (line 234) | [Test] method AnyReturnsFalse (line 246) | [Test] method GetAllAsync (line 258) | [Test] method GetAll (line 272) | [Test] method CountAsync (line 286) | [Test] method Count (line 300) | [Test] method UpdateOne (line 318) | [Test] method UpdateOneAsync (line 335) | [Test] method UpdateOneField (line 352) | [Test] method UpdateOneFieldAsync (line 368) | [Test] method UpdateOneFieldWithFilter (line 384) | [Test] method UpdateOneFieldWithFilterAsync (line 400) | [Test] method UpdateOneAsyncWithUpdateDefinition (line 416) | [Test] method UpdateOneWithUpdateDefinition (line 442) | [Test] method DeleteOne (line 472) | [Test] method DeleteOneLinq (line 485) | [Test] method DeleteOneAsync (line 498) | [Test] method DeleteOneAsyncLinq (line 511) | [Test] method DeleteManyAsyncLinq (line 524) | [Test] method DeleteManyAsync (line 539) | [Test] method DeleteManyLinq (line 554) | [Test] method DeleteMany (line 569) | [Test] method ProjectOneAsync (line 588) | [Test] method ProjectOne (line 614) | [Test] method ProjectManyAsync (line 640) | [Test] method ProjectMany (line 670) | [Test] method GroupByTProjection (line 704) | [Test] method FilteredGroupByTProjection (line 740) | [Test] method GetCurrentMethod (line 789) | [MethodImpl(MethodImplOptions.NoInlining)] method GetParentMethod (line 798) | [MethodImpl(MethodImplOptions.NoInlining)] method GetTestName (line 807) | private string GetTestName() method GetContent (line 812) | private string GetContent() FILE: IntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.cs class MongoDbTKeyDocumentTestBase (line 13) | [TestFixture] method CreateTestDocument (line 18) | public T CreateTestDocument() method GetClassName (line 23) | public abstract string GetClassName(); method CreateTestDocuments (line 25) | public List CreateTestDocuments(int numberOfDocumentsToCreate) method MongoDbTKeyDocumentTestBase (line 55) | public MongoDbTKeyDocumentTestBase() method Init (line 66) | [OneTimeSetUp] method Cleanup (line 73) | [OneTimeTearDown] method AddOne (line 89) | [Test] method AddOneAsync (line 102) | [Test] method AddMany (line 115) | [Test] method AddManyAsync (line 130) | [Test] method GetByIdAsync (line 150) | [Test] method GetById (line 162) | [Test] method GetOneAsync (line 174) | [Test] method GetOne (line 186) | [Test] method GetCursor (line 198) | [Test] method AnyAsyncReturnsTrue (line 211) | [Test] method AnyAsyncReturnsFalse (line 223) | [Test] method AnyReturnsTrue (line 235) | [Test] method AnyReturnsFalse (line 247) | [Test] method GetAllAsync (line 259) | [Test] method GetAll (line 273) | [Test] method CountAsync (line 287) | [Test] method Count (line 301) | [Test] method UpdateOne (line 319) | [Test] method UpdateOneAsync (line 336) | [Test] method UpdateOneField (line 353) | [Test] method UpdateOneFieldAsync (line 369) | [Test] method UpdateOneFieldWithFilter (line 385) | [Test] method UpdateOneFieldWithFilterAsync (line 401) | [Test] method UpdateOneAsyncWithUpdateDefinition (line 417) | [Test] method UpdateOneWithUpdateDefinition (line 443) | [Test] method DeleteOne (line 473) | [Test] method DeleteOneLinq (line 486) | [Test] method DeleteOneAsync (line 499) | [Test] method DeleteOneAsyncLinq (line 512) | [Test] method DeleteManyAsyncLinq (line 525) | [Test] method DeleteManyAsync (line 540) | [Test] method DeleteManyLinq (line 555) | [Test] method DeleteMany (line 570) | [Test] method ProjectOneAsync (line 589) | [Test] method ProjectOne (line 615) | [Test] method ProjectManyAsync (line 641) | [Test] method ProjectMany (line 671) | [Test] method GetCurrentMethod (line 704) | [MethodImpl(MethodImplOptions.NoInlining)] method GetParentMethod (line 713) | [MethodImpl(MethodImplOptions.NoInlining)] method GetTestName (line 722) | private string GetTestName() method GetContent (line 727) | private string GetContent() FILE: IntegrationTests/Infrastructure/RandomExtensions.cs class RandomExtensions (line 9) | public static class RandomExtensions method NextLong (line 18) | public static long NextLong(this Random random, long min, long max) method NextLong (line 46) | public static long NextLong(this Random random, long max) method NextLong (line 56) | public static long NextLong(this Random random) FILE: IntegrationTests/Infrastructure/TestClasses.cs class ProjectedGroup (line 9) | public class ProjectedGroup class MyTestProjection (line 15) | public class MyTestProjection class Nested (line 21) | public class Nested class Child (line 26) | public class Child method Child (line 28) | public Child(string type, string value) class TestDoc (line 38) | public class TestDoc : Document method TestDoc (line 40) | public TestDoc() method TestDoc (line 67) | public TestDoc() method Init (line 84) | public TId Init() method InitializeFields (line 89) | private void InitializeFields() class TestDoc (line 60) | public class TestDoc : IDocument method TestDoc (line 40) | public TestDoc() method TestDoc (line 67) | public TestDoc() method Init (line 84) | public TId Init() method InitializeFields (line 89) | private void InitializeFields() FILE: IntegrationTests/Infrastructure/TestRepository.cs class TestRepository (line 10) | public class TestRepository : BaseMongoRepository, ITestRepository method TestRepository (line 13) | public TestRepository(string connectionString, string databaseName) : ... method DropTestCollection (line 17) | public void DropTestCollection() method DropTestCollection (line 22) | public void DropTestCollection(string partitionKey) FILE: MongoDbGenericRepository/Abstractions/IBaseMongoRepository.cs type IBaseMongoRepository (line 14) | public interface IBaseMongoRepository : method GetPaginatedAsync (line 30) | Task> GetPaginatedAsync( method GetPaginatedAsync (line 48) | Task> GetPaginatedAsync( method GetAndUpdateOne (line 65) | Task GetAndUpdateOne( method GetAndUpdateOne (line 80) | Task GetAndUpdateOne( method GetAndUpdateOne (line 96) | Task GetAndUpdateOne( method GetAndUpdateOne (line 113) | Task GetAndUpdateOne( FILE: MongoDbGenericRepository/Abstractions/IBaseMongoRepository_Update.cs type IBaseMongoRepository_Update (line 13) | public interface IBaseMongoRepository_Update : IBaseMongoRepository_Upda... method UpdateOneAsync (line 21) | Task UpdateOneAsync(TDocument modifiedDocument) method UpdateOneAsync (line 32) | Task UpdateOneAsync(TDocument modifiedDocument,... method UpdateOne (line 42) | bool UpdateOne(TDocument modifiedDocument) method UpdateOne (line 53) | bool UpdateOne(TDocument modifiedDocument, Cancellati... method UpdateOneAsync (line 64) | Task UpdateOneAsync(TDocument documentToModify,... method UpdateOneAsync (line 76) | Task UpdateOneAsync(TDocument documentToModify,... method UpdateOne (line 87) | bool UpdateOne(TDocument documentToModify, UpdateDefi... method UpdateOne (line 99) | bool UpdateOne(TDocument documentToModify, UpdateDefi... method UpdateOne (line 112) | bool UpdateOne(Expression(Expression(Expression(Expression UpdateOneAsync(TDocument documentT... method UpdateOneAsync (line 182) | Task UpdateOneAsync(TDocument documentT... method UpdateOneAsync (line 195) | Task UpdateOneAsync(Expression UpdateOneAsync(Expression UpdateOneAsync(Expression UpdateOneAsync(Expression(TDocument documentToModify, Ex... method UpdateOne (line 265) | bool UpdateOne(TDocument documentToModify, Ex... method UpdateOneAsync (line 278) | Task UpdateOneAsync(FilterDefinition UpdateOneAsync(FilterDefinition UpdateOneAsync(FilterDefinition UpdateOneAsync(FilterDefinition(FilterDefinition fi... method UpdateOne (line 348) | bool UpdateOne(FilterDefinition fi... method UpdateOne (line 362) | bool UpdateOne(FilterDefinition fi... method UpdateOne (line 377) | bool UpdateOne(FilterDefinition fi... method UpdateManyAsync (line 390) | Task UpdateManyAsync(Expression UpdateManyAsync(Expression UpdateManyAsync(Expression UpdateManyAsync(Expression UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(FilterDefinition UpdateManyAsync(Expression UpdateManyAsync(Expression UpdateManyAsync(Expression UpdateManyAsync(Expression(Expression(Expression(Expression(Expression(FilterDefinition f... method UpdateMany (line 668) | long UpdateMany(FilterDefinition f... method UpdateMany (line 682) | long UpdateMany(FilterDefinition f... method UpdateMany (line 697) | long UpdateMany(FilterDefinition f... method UpdateMany (line 708) | long UpdateMany(Expression> fil... method UpdateMany (line 720) | long UpdateMany(Expression> fil... method UpdateMany (line 732) | long UpdateMany(Expression> fil... method UpdateMany (line 745) | long UpdateMany(Expression> fil... method UpdateMany (line 756) | long UpdateMany(FilterDefinition filter, U... method UpdateMany (line 768) | long UpdateMany(FilterDefinition filter, U... method UpdateMany (line 780) | long UpdateMany(FilterDefinition filter, U... method UpdateMany (line 793) | long UpdateMany(FilterDefinition filter, U... FILE: MongoDbGenericRepository/Abstractions/IBaseMongoRepository_Update_ClientSession.cs type IBaseMongoRepository_Update_ClientSession (line 13) | public interface IBaseMongoRepository_Update_ClientSession method UpdateOne (line 26) | bool UpdateOne( method UpdateOne (line 46) | bool UpdateOne( method UpdateOne (line 67) | bool UpdateOne( method UpdateOne (line 89) | bool UpdateOne( method UpdateOne (line 110) | bool UpdateOne( method UpdateOne (line 130) | bool UpdateOne( method UpdateOne (line 151) | bool UpdateOne( method UpdateOne (line 173) | bool UpdateOne( method UpdateOne (line 194) | bool UpdateOne( method UpdateOne (line 214) | bool UpdateOne( method UpdateOne (line 231) | bool UpdateOne(IClientSessionHandle session, TDocumen... method UpdateOne (line 244) | bool UpdateOne(IClientSessionHandle session, TDocumen... method UpdateOne (line 257) | bool UpdateOne(IClientSessionHandle session, TDocumen... method UpdateOne (line 271) | bool UpdateOne( method UpdateOneAsync (line 290) | Task UpdateOneAsync( method UpdateOneAsync (line 310) | Task UpdateOneAsync( method UpdateOneAsync (line 331) | Task UpdateOneAsync( method UpdateOneAsync (line 353) | Task UpdateOneAsync( method UpdateOneAsync (line 374) | Task UpdateOneAsync( method UpdateOneAsync (line 394) | Task UpdateOneAsync( method UpdateOneAsync (line 415) | Task UpdateOneAsync( method UpdateOneAsync (line 437) | Task UpdateOneAsync( method UpdateOneAsync (line 458) | Task UpdateOneAsync( method UpdateOneAsync (line 478) | Task UpdateOneAsync( method UpdateOneAsync (line 495) | Task UpdateOneAsync(IClientSessionHandle sessio... method UpdateOneAsync (line 508) | Task UpdateOneAsync(IClientSessionHandle sessio... method UpdateOneAsync (line 521) | Task UpdateOneAsync(IClientSessionHandle sessio... method UpdateOneAsync (line 535) | Task UpdateOneAsync( FILE: MongoDbGenericRepository/Abstractions/IBaseReadOnlyRepository.cs type IBaseReadOnlyRepository (line 15) | public interface IBaseReadOnlyRepository method GetByIdAsync (line 35) | Task GetByIdAsync(TKey id) method GetByIdAsync (line 46) | Task GetByIdAsync(TKey id, CancellationTok... method GetByIdAsync (line 57) | Task GetByIdAsync(TKey id, string partitio... method GetByIdAsync (line 69) | Task GetByIdAsync(TKey id, string partitio... method GetById (line 79) | TDocument GetById(TKey id) method GetById (line 90) | TDocument GetById(TKey id, CancellationToken cancella... method GetById (line 101) | TDocument GetById(TKey id, string partitionKey) method GetById (line 113) | TDocument GetById(TKey id, string partitionKey, Cance... method GetOneAsync (line 123) | Task GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync( method GetOne (line 213) | TDocument GetOne(FilterDefinition condition) method GetOne (line 224) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 235) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 247) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 258) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 271) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 283) | TDocument GetOne(FilterDefinition conditio... method GetOne (line 296) | TDocument GetOne( method GetOneAsync (line 310) | Task GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression(Expression> fi... method GetOne (line 365) | TDocument GetOne(Expression> fi... method GetOne (line 376) | TDocument GetOne(Expression> fi... method GetOne (line 388) | TDocument GetOne(Expression> fi... method GetCursor (line 399) | IFindFluent GetCursor(Expressio... method AnyAsync (line 410) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 420) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 431) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 442) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 454) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 466) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 478) | Task AnyAsync(FilterDefinition condi... method AnyAsync (line 491) | Task AnyAsync( method Any (line 505) | bool Any(FilterDefinition condition) method Any (line 516) | bool Any(FilterDefinition condition, strin... method Any (line 527) | bool Any(FilterDefinition condition, Count... method Any (line 539) | bool Any(FilterDefinition condition, Count... method Any (line 550) | bool Any(FilterDefinition condition, Cance... method Any (line 562) | bool Any(FilterDefinition condition, strin... method Any (line 574) | bool Any(FilterDefinition condition, Count... method Any (line 587) | bool Any(FilterDefinition condition, Count... method AnyAsync (line 597) | Task AnyAsync(Expression>... method AnyAsync (line 608) | Task AnyAsync(Expression>... method AnyAsync (line 619) | Task AnyAsync(Expression>... method AnyAsync (line 631) | Task AnyAsync(Expression>... method Any (line 641) | bool Any(Expression> filter) method Any (line 652) | bool Any(Expression> filter, Ca... method Any (line 663) | bool Any(Expression> filter, st... method Any (line 675) | bool Any(Expression> filter, st... method GetAllAsync (line 685) | Task> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync(FilterDefinition> GetAllAsync( method GetAll (line 781) | List GetAll(FilterDefinition co... method GetAll (line 792) | List GetAll(FilterDefinition co... method GetAll (line 803) | List GetAll(FilterDefinition co... method GetAll (line 815) | List GetAll(FilterDefinition co... method GetAll (line 826) | List GetAll(FilterDefinition co... method GetAll (line 838) | List GetAll(FilterDefinition co... method GetAll (line 850) | List GetAll(FilterDefinition co... method GetAll (line 863) | List GetAll( method GetAllAsync (line 877) | Task> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync(Expression GetAll(Expression GetAll(Expression GetAll(Expression GetAll(Expression CountAsync(FilterDefinition con... method CountAsync (line 976) | Task CountAsync(FilterDefinition con... method CountAsync (line 987) | Task CountAsync(FilterDefinition con... method CountAsync (line 999) | Task CountAsync(FilterDefinition con... method CountAsync (line 1010) | Task CountAsync(FilterDefinition con... method CountAsync (line 1022) | Task CountAsync(FilterDefinition con... method CountAsync (line 1034) | Task CountAsync(FilterDefinition con... method CountAsync (line 1047) | Task CountAsync( method Count (line 1061) | long Count(FilterDefinition condition) method Count (line 1072) | long Count(FilterDefinition condition, str... method Count (line 1083) | long Count(FilterDefinition condition, Cou... method Count (line 1095) | long Count(FilterDefinition condition, Cou... method Count (line 1106) | long Count(FilterDefinition condition, Can... method Count (line 1118) | long Count(FilterDefinition condition, str... method Count (line 1130) | long Count(FilterDefinition condition, Cou... method Count (line 1143) | long Count(FilterDefinition condition, Cou... method CountAsync (line 1153) | Task CountAsync(Expression CountAsync(Expression CountAsync(Expression CountAsync(Expression(Expression> filter) method Count (line 1208) | long Count(Expression> filter, ... method Count (line 1219) | long Count(Expression> filter, ... method Count (line 1231) | long Count(Expression> filter, ... method GetByMaxAsync (line 1247) | Task GetByMaxAsync(Expression GetByMaxAsync( method GetByMaxAsync (line 1277) | Task GetByMaxAsync( method GetByMaxAsync (line 1294) | Task GetByMaxAsync( method GetByMax (line 1310) | TDocument GetByMax(Expression> ... method GetByMax (line 1323) | TDocument GetByMax( method GetByMax (line 1339) | TDocument GetByMax( method GetByMax (line 1356) | TDocument GetByMax( method GetByMinAsync (line 1372) | Task GetByMinAsync(Expression GetByMinAsync( method GetByMinAsync (line 1401) | Task GetByMinAsync( method GetByMinAsync (line 1418) | Task GetByMinAsync( method GetByMin (line 1434) | TDocument GetByMin(Expression> ... method GetByMin (line 1447) | TDocument GetByMin( method GetByMin (line 1463) | TDocument GetByMin(Expression> ... method GetByMin (line 1477) | TDocument GetByMin( method GetMaxValueAsync (line 1493) | Task GetMaxValueAsync(Expression GetMaxValueAsync( method GetMaxValueAsync (line 1522) | Task GetMaxValueAsync( method GetMaxValueAsync (line 1539) | Task GetMaxValueAsync( method GetMaxValue (line 1555) | TValue GetMaxValue(Expression( method GetMaxValue (line 1584) | TValue GetMaxValue( method GetMaxValue (line 1601) | TValue GetMaxValue( method GetMinValueAsync (line 1617) | Task GetMinValueAsync(Expression GetMinValueAsync( method GetMinValueAsync (line 1646) | Task GetMinValueAsync( method GetMinValueAsync (line 1663) | Task GetMinValueAsync( method GetMinValue (line 1679) | TValue GetMinValue(Expression( method GetMinValue (line 1708) | TValue GetMinValue( method GetMinValue (line 1725) | TValue GetMinValue( method SumByAsync (line 1744) | Task SumByAsync(Expression... method SumByAsync (line 1756) | Task SumByAsync( method SumByAsync (line 1771) | Task SumByAsync(Expression... method SumByAsync (line 1784) | Task SumByAsync( method SumBy (line 1800) | int SumBy(Expression> filter, E... method SumByAsync (line 1811) | Task SumByAsync(Expression SumByAsync( method SumByAsync (line 1838) | Task SumByAsync(Expression SumByAsync( method SumBy (line 1867) | decimal SumBy( method ProjectOneAsync (line 1886) | Task ProjectOneAsync( method ProjectOneAsync (line 1902) | Task ProjectOneAsync( method ProjectOneAsync (line 1919) | Task ProjectOneAsync( method ProjectOneAsync (line 1937) | Task ProjectOneAsync( method ProjectOne (line 1954) | TProjection ProjectOne(Expression( method ProjectOne (line 1985) | TProjection ProjectOne( method ProjectOne (line 2003) | TProjection ProjectOne( method ProjectManyAsync (line 2020) | Task> ProjectManyAsync( method ProjectManyAsync (line 2036) | Task> ProjectManyAsync( method ProjectManyAsync (line 2053) | Task> ProjectManyAsync( method ProjectManyAsync (line 2071) | Task> ProjectManyAsync( method ProjectMany (line 2088) | List ProjectMany( method ProjectMany (line 2104) | List ProjectMany( method ProjectMany (line 2121) | List ProjectMany( method ProjectMany (line 2139) | List ProjectMany( method GroupBy (line 2162) | List GroupBy( method GroupBy (line 2180) | List GroupBy( method GroupBy (line 2199) | List GroupBy( method GroupBy (line 2219) | List GroupBy( method GroupBy (line 2239) | List GroupBy( method GroupBy (line 2259) | List GroupBy( method GroupBy (line 2280) | List GroupBy( method GroupBy (line 2302) | List GroupBy( method GetSortedPaginatedAsync (line 2328) | Task> GetSortedPaginatedAsync( method GetSortedPaginatedAsync (line 2350) | Task> GetSortedPaginatedAsync( FILE: MongoDbGenericRepository/Abstractions/IMongoDbContext.cs type IMongoDbContext (line 8) | public interface IMongoDbContext method GetCollection (line 25) | IMongoCollection GetCollection(string partitionK... method DropCollection (line 31) | void DropCollection(string partitionKey = null); method SetGuidRepresentation (line 37) | void SetGuidRepresentation(MongoDB.Bson.GuidRepresentation guidReprese... FILE: MongoDbGenericRepository/Abstractions/IReadOnlyMongoRepository.TKey.cs type IReadOnlyMongoRepository (line 16) | public interface IReadOnlyMongoRepository method GetByIdAsync (line 26) | Task GetByIdAsync(TKey id) method GetByIdAsync (line 35) | Task GetByIdAsync(TKey id, CancellationToken can... method GetByIdAsync (line 44) | Task GetByIdAsync(TKey id, string partitionKey) method GetByIdAsync (line 54) | Task GetByIdAsync(TKey id, string partitionKey, ... method GetById (line 62) | TDocument GetById(TKey id) method GetById (line 71) | TDocument GetById(TKey id, CancellationToken cancellationTo... method GetById (line 80) | TDocument GetById(TKey id, string partitionKey) method GetById (line 90) | TDocument GetById(TKey id, string partitionKey, Cancellatio... method GetOneAsync (line 98) | Task GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression(Expression> filter) method GetOne (line 144) | TDocument GetOne(Expression> filter, ... method GetOne (line 153) | TDocument GetOne(Expression> filter, ... method GetOne (line 163) | TDocument GetOne(Expression> filter, ... method GetCursor (line 172) | IFindFluent GetCursor(Expression AnyAsync(Expression> filter) method AnyAsync (line 189) | Task AnyAsync(Expression> filte... method AnyAsync (line 198) | Task AnyAsync(Expression> filte... method AnyAsync (line 208) | Task AnyAsync(Expression> filte... method Any (line 216) | bool Any(Expression> filter) method Any (line 225) | bool Any(Expression> filter, Cancella... method Any (line 234) | bool Any(Expression> filter, string p... method Any (line 244) | bool Any(Expression> filter, string p... method GetAllAsync (line 252) | Task> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync(Expression GetAll(Expression> fi... method GetAll (line 297) | List GetAll(Expression> fi... method GetAll (line 306) | List GetAll(Expression> fi... method GetAll (line 316) | List GetAll(Expression> fi... method CountAsync (line 324) | Task CountAsync(Expression> fil... method CountAsync (line 333) | Task CountAsync(Expression> fil... method CountAsync (line 342) | Task CountAsync(Expression> fil... method CountAsync (line 352) | Task CountAsync(Expression> fil... method Count (line 360) | long Count(Expression> filter) method Count (line 369) | long Count(Expression> filter, Cancel... method Count (line 378) | long Count(Expression> filter, string... method Count (line 388) | long Count(Expression> filter, string... method GetByMaxAsync (line 402) | Task GetByMaxAsync(Expression GetByMaxAsync( method GetByMaxAsync (line 427) | Task GetByMaxAsync( method GetByMaxAsync (line 442) | Task GetByMaxAsync( method GetByMax (line 457) | TDocument GetByMax(Expression> filter... method GetByMax (line 469) | TDocument GetByMax( method GetByMax (line 484) | TDocument GetByMax(Expression> filter... method GetByMax (line 497) | TDocument GetByMax( method GetByMinAsync (line 511) | Task GetByMinAsync(Expression GetByMinAsync( method GetByMinAsync (line 536) | Task GetByMinAsync( method GetByMinAsync (line 551) | Task GetByMinAsync( method GetByMin (line 565) | TDocument GetByMin(Expression> filter... method GetByMin (line 576) | TDocument GetByMin( method GetByMin (line 590) | TDocument GetByMin(Expression> filter... method GetByMin (line 602) | TDocument GetByMin( method GetMaxValueAsync (line 616) | Task GetMaxValueAsync(Expression GetMaxValueAsync( method GetMaxValueAsync (line 641) | Task GetMaxValueAsync( method GetMaxValueAsync (line 656) | Task GetMaxValueAsync( method GetMaxValue (line 670) | TValue GetMaxValue(Expression... method GetMaxValue (line 681) | TValue GetMaxValue( method GetMaxValue (line 696) | TValue GetMaxValue( method GetMaxValue (line 711) | TValue GetMaxValue( method GetMinValueAsync (line 725) | Task GetMinValueAsync(Expression GetMinValueAsync( method GetMinValueAsync (line 752) | Task GetMinValueAsync( method GetMinValueAsync (line 767) | Task GetMinValueAsync( method GetMinValue (line 781) | TValue GetMinValue(Expression... method GetMinValue (line 792) | TValue GetMinValue( method GetMinValue (line 807) | TValue GetMinValue( method GetMinValue (line 822) | TValue GetMinValue( method SumByAsync (line 839) | Task SumByAsync(Expression> filt... method SumByAsync (line 849) | Task SumByAsync( method SumByAsync (line 862) | Task SumByAsync(Expression> filt... method SumByAsync (line 873) | Task SumByAsync( method SumByAsync (line 886) | Task SumByAsync(Expression> ... method SumByAsync (line 896) | Task SumByAsync( method SumByAsync (line 909) | Task SumByAsync(Expression> ... method SumByAsync (line 920) | Task SumByAsync( method SumBy (line 934) | int SumBy( method SumBy (line 947) | decimal SumBy( method ProjectOneAsync (line 964) | Task ProjectOneAsync(Expression ProjectOneAsync( method ProjectOneAsync (line 991) | Task ProjectOneAsync( method ProjectOneAsync (line 1007) | Task ProjectOneAsync( method ProjectOne (line 1022) | TProjection ProjectOne(Expression( method ProjectOne (line 1049) | TProjection ProjectOne( method ProjectOne (line 1065) | TProjection ProjectOne( method ProjectManyAsync (line 1080) | Task> ProjectManyAsync( method ProjectManyAsync (line 1094) | Task> ProjectManyAsync( method ProjectManyAsync (line 1109) | Task> ProjectManyAsync( method ProjectManyAsync (line 1125) | Task> ProjectManyAsync( method ProjectMany (line 1140) | List ProjectMany(Expression ProjectMany( method ProjectMany (line 1167) | List ProjectMany( method ProjectMany (line 1183) | List ProjectMany( method GroupBy (line 1204) | List GroupBy( method GroupBy (line 1220) | List GroupBy( method GroupBy (line 1237) | List GroupBy( method GroupBy (line 1255) | List GroupBy( method GroupBy (line 1273) | List GroupBy( method GroupBy (line 1291) | List GroupBy( method GroupBy (line 1310) | List GroupBy( method GroupBy (line 1330) | List GroupBy( method GetSortedPaginatedAsync (line 1354) | Task> GetSortedPaginatedAsync( method GetSortedPaginatedAsync (line 1374) | Task> GetSortedPaginatedAsync( FILE: MongoDbGenericRepository/Abstractions/IReadOnlyMongoRepository.cs type IReadOnlyMongoRepository (line 8) | public interface IReadOnlyMongoRepository : IBaseReadOnlyRepository, IRe... FILE: MongoDbGenericRepository/Attributes/CollectionNameAttribute.cs class CollectionNameAttribute (line 12) | [AttributeUsage(AttributeTargets.Class)] method CollectionNameAttribute (line 24) | public CollectionNameAttribute(string name) FILE: MongoDbGenericRepository/BaseMongoRepository.Create.cs class BaseMongoRepository (line 14) | public abstract partial class BaseMongoRepository : IBaseMongoRepository... method AddOneAsync (line 45) | public virtual async Task AddOneAsync(TDocument docum... method AddOneAsync (line 53) | public virtual async Task AddOneAsync(TDocument docum... method AddOneAsync (line 61) | public virtual async Task AddOneAsync(TDocument document) method AddOneAsync (line 68) | public virtual async Task AddOneAsync(TDocument document, C... method AddOne (line 75) | public virtual void AddOne(TDocument document) method AddOne (line 83) | public virtual void AddOne(TDocument document, Cancel... method AddOne (line 91) | public virtual void AddOne(TDocument document) method AddOne (line 98) | public virtual void AddOne(TDocument document, Cancellation... method AddManyAsync (line 105) | public virtual async Task AddManyAsync(IEnumerable(IEnumerable(IEnumerable(IEnumerable(IEnumerable do... method AddMany (line 143) | public virtual void AddMany(IEnumerable do... method AddMany (line 151) | public virtual void AddMany(IEnumerable documents) method AddMany (line 158) | public virtual void AddMany(IEnumerable document... FILE: MongoDbGenericRepository/BaseMongoRepository.Delete.cs class BaseMongoRepository (line 11) | public abstract partial class BaseMongoRepository : IBaseMongoRepository... method DeleteOne (line 43) | public virtual long DeleteOne(TDocument document) method DeleteOne (line 50) | public virtual long DeleteOne(TDocument document, Cancellat... method DeleteOne (line 57) | public virtual long DeleteOne(Expression(Expression(Expression(Expression DeleteOneAsync(TDocument do... method DeleteOneAsync (line 92) | public virtual async Task DeleteOneAsync(TDocument do... method DeleteOneAsync (line 99) | public virtual async Task DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync( method DeleteManyAsync (line 130) | public async Task DeleteManyAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(Expression<... method DeleteManyAsync (line 151) | public async Task DeleteManyAsync(Expression DeleteManyAsync(IEnumerable... method DeleteManyAsync (line 165) | public virtual async Task DeleteManyAsync(IEnumerable... method DeleteMany (line 172) | public virtual long DeleteMany(IEnumerable docum... method DeleteMany (line 179) | public virtual long DeleteMany(IEnumerable docum... method DeleteMany (line 186) | public virtual long DeleteMany(Expression(Expression(Expression(Expression(TDocument document) method DeleteOne (line 226) | public virtual long DeleteOne(TDocument document, Can... method DeleteOne (line 234) | public virtual long DeleteOne(Expression(Expression(Expression(Expression DeleteOneAsync(TDocum... method DeleteOneAsync (line 274) | public virtual async Task DeleteOneAsync(TDocum... method DeleteOneAsync (line 282) | public virtual async Task DeleteOneAsync(Expres... method DeleteOneAsync (line 290) | public virtual async Task DeleteOneAsync(Expres... method DeleteOneAsync (line 298) | public virtual async Task DeleteOneAsync(Expres... method DeleteOneAsync (line 306) | public virtual async Task DeleteOneAsync( method DeleteManyAsync (line 317) | public virtual async Task DeleteManyAsync(Expre... method DeleteManyAsync (line 325) | public virtual async Task DeleteManyAsync(Expre... method DeleteManyAsync (line 333) | public virtual async Task DeleteManyAsync(Expre... method DeleteManyAsync (line 341) | public virtual async Task DeleteManyAsync( method DeleteManyAsync (line 352) | public virtual async Task DeleteManyAsync(IEnum... method DeleteManyAsync (line 360) | public virtual async Task DeleteManyAsync(IEnum... method DeleteMany (line 368) | public virtual long DeleteMany(IEnumerable... method DeleteMany (line 376) | public virtual long DeleteMany(IEnumerable... method DeleteMany (line 384) | public virtual long DeleteMany(Expression(Expression(Expression(Expression> GetIndexesNamesAsync() method GetIndexesNamesAsync (line 53) | public async Task> GetIndexesNamesAsync(Cancel... method GetIndexesNamesAsync (line 60) | public async Task> GetIndexesNamesAsync(string... method GetIndexesNamesAsync (line 67) | public async Task> GetIndexesNamesAsync(string... method GetIndexesNamesAsync (line 74) | public virtual async Task> GetIndexesNamesAsync> GetIndexesNamesAsync> GetIndexesNamesAsync> GetIndexesNamesAsync CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync( method CreateTextIndexAsync (line 137) | public async Task CreateTextIndexAsync(Expression CreateTextIndexAsync( method CreateTextIndexAsync (line 154) | public async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 164) | public async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 175) | public virtual async Task CreateTextIndexAsync CreateTextIndexAsync CreateTextIndexAsync CreateTextIndexAsync( method CreateTextIndexAsync (line 210) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 220) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 231) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 242) | public virtual async Task CreateTextIndexAsync( method CreateAscendingIndexAsync (line 254) | public async Task CreateAscendingIndexAsync(Express... method CreateAscendingIndexAsync (line 261) | public async Task CreateAscendingIndexAsync(Express... method CreateAscendingIndexAsync (line 268) | public async Task CreateAscendingIndexAsync(Express... method CreateAscendingIndexAsync (line 275) | public async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 285) | public async Task CreateAscendingIndexAsync(Express... method CreateAscendingIndexAsync (line 292) | public async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 302) | public async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 312) | public async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 323) | public virtual async Task CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateAscendingIndexAsync CreateDescendingIndexAsync(Expres... method CreateDescendingIndexAsync (line 411) | public async Task CreateDescendingIndexAsync(Expres... method CreateDescendingIndexAsync (line 418) | public async Task CreateDescendingIndexAsync(Expres... method CreateDescendingIndexAsync (line 425) | public async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 435) | public async Task CreateDescendingIndexAsync(Expres... method CreateDescendingIndexAsync (line 442) | public async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 452) | public async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 462) | public async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 473) | public virtual async Task CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync CreateHashedIndexAsync(Expression... method CreateHashedIndexAsync (line 562) | public async Task CreateHashedIndexAsync(Expression... method CreateHashedIndexAsync (line 569) | public async Task CreateHashedIndexAsync(Expression... method CreateHashedIndexAsync (line 576) | public async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 586) | public async Task CreateHashedIndexAsync(Expression... method CreateHashedIndexAsync (line 593) | public async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 603) | public async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 613) | public async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 624) | public virtual async Task CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateHashedIndexAsync CreateCombinedTextIndexAsync(IEnu... method CreateCombinedTextIndexAsync (line 712) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 721) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 730) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 740) | public async Task CreateCombinedTextIndexAsync(IEnu... method CreateCombinedTextIndexAsync (line 747) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 757) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 767) | public async Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 778) | public virtual async Task CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync(string indexName) method DropIndexAsync (line 868) | public async Task DropIndexAsync(string indexName, Cancella... method DropIndexAsync (line 875) | public async Task DropIndexAsync(string indexName, string p... method DropIndexAsync (line 882) | public async Task DropIndexAsync(string indexName, string p... method DropIndexAsync (line 889) | public virtual async Task DropIndexAsync(string index... method DropIndexAsync (line 897) | public virtual async Task DropIndexAsync(string index... method DropIndexAsync (line 905) | public virtual async Task DropIndexAsync(string index... method DropIndexAsync (line 913) | public virtual async Task DropIndexAsync(string index... FILE: MongoDbGenericRepository/BaseMongoRepository.Main.cs class BaseMongoRepository (line 16) | public abstract partial class BaseMongoRepository : ReadOnlyMongoReposit... method BaseMongoRepository (line 23) | protected BaseMongoRepository(string connectionString, string database... method BaseMongoRepository (line 31) | protected BaseMongoRepository(IMongoDbContext mongoDbContext) : base(m... method BaseMongoRepository (line 39) | protected BaseMongoRepository(IMongoDatabase mongoDatabase) : base(mon... method GetPaginatedAsync (line 44) | public virtual async Task> GetPaginatedAsync( method GetPaginatedAsync (line 56) | public virtual async Task> GetPaginatedAsync(TDocument document) method FormatDocument (line 97) | protected void FormatDocument(TDocument document) method HandlePartitioned (line 117) | protected virtual IMongoCollection HandlePartitioned GetCollection... method GetAndUpdateOne (line 143) | public virtual async Task GetAndUpdateOne( method GetAndUpdateOne (line 153) | public virtual async Task GetAndUpdateOne( method GetAndUpdateOne (line 164) | public virtual async Task GetAndUpdateOne( method GetAndUpdateOne (line 175) | public virtual async Task GetAndUpdateOne( FILE: MongoDbGenericRepository/BaseMongoRepository.Update.ClientSession.cs class BaseMongoRepository (line 11) | public abstract partial class BaseMongoRepository : IBaseMongoRepository... method UpdateOneAsync (line 14) | public virtual async Task UpdateOneAsync(IClien... method UpdateOneAsync (line 22) | public virtual async Task UpdateOneAsync( method UpdateOne (line 33) | public virtual bool UpdateOne(IClientSessionHandle se... method UpdateOne (line 41) | public virtual bool UpdateOne(IClientSessionHandle se... method UpdateOneAsync (line 49) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 60) | public virtual async Task UpdateOneAsync( method UpdateOne (line 72) | public virtual bool UpdateOne(IClientSessionHandle se... method UpdateOne (line 80) | public virtual bool UpdateOne( method UpdateOneAsync (line 92) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 104) | public virtual async Task UpdateOneAsync( method UpdateOne (line 117) | public virtual bool UpdateOne( method UpdateOne (line 129) | public virtual bool UpdateOne( method UpdateOneAsync (line 142) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 154) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 167) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 180) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 194) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 206) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 219) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 232) | public virtual async Task UpdateOneAsync( method UpdateOne (line 246) | public virtual bool UpdateOne( method UpdateOne (line 259) | public virtual bool UpdateOne( method UpdateOne (line 272) | public virtual bool UpdateOne( method UpdateOne (line 285) | public virtual bool UpdateOne( method UpdateOne (line 299) | public virtual bool UpdateOne( method UpdateOne (line 311) | public virtual bool UpdateOne( method UpdateOne (line 324) | public virtual bool UpdateOne( method UpdateOne (line 337) | public virtual bool UpdateOne( FILE: MongoDbGenericRepository/BaseMongoRepository.Update.cs class BaseMongoRepository (line 15) | public abstract partial class BaseMongoRepository : IBaseMongoRepository... method UpdateOneAsync (line 47) | public virtual async Task UpdateOneAsync(TDocument mo... method UpdateOneAsync (line 54) | public virtual async Task UpdateOneAsync(TDocument mo... method UpdateOne (line 61) | public virtual bool UpdateOne(TDocument modifiedDocument) method UpdateOne (line 68) | public virtual bool UpdateOne(TDocument modifiedDocument, C... method UpdateOneAsync (line 75) | public virtual async Task UpdateOneAsync(TDocument do... method UpdateOneAsync (line 82) | public virtual async Task UpdateOneAsync( method UpdateOne (line 92) | public virtual bool UpdateOne(TDocument documentToModify, U... method UpdateOne (line 99) | public virtual bool UpdateOne(TDocument documentToModify, U... method UpdateOne (line 106) | public virtual bool UpdateOne(TDocument documentToM... method UpdateOne (line 113) | public virtual bool UpdateOne( method UpdateOneAsync (line 124) | public virtual async Task UpdateOneAsync(TDoc... method UpdateOneAsync (line 131) | public virtual async Task UpdateOneAsync( method UpdateOne (line 142) | public virtual bool UpdateOne(FilterDefinition( method UpdateOne (line 160) | public virtual bool UpdateOne( method UpdateOne (line 171) | public virtual bool UpdateOne( method UpdateOne (line 183) | public virtual bool UpdateOne(Expression( method UpdateOne (line 201) | public virtual bool UpdateOne( method UpdateOne (line 212) | public virtual bool UpdateOne( method UpdateOneAsync (line 224) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 234) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 245) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 256) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 268) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 278) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 289) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 300) | public virtual async Task UpdateOneAsync( method UpdateManyAsync (line 312) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 322) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 333) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 344) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 356) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 366) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 378) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 389) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 401) | public virtual async Task UpdateManyAsync(FilterDefin... method UpdateManyAsync (line 408) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 418) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 428) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 439) | public async Task UpdateManyAsync(Expression UpdateManyAsync( method UpdateManyAsync (line 456) | public async Task UpdateManyAsync( method UpdateManyAsync (line 466) | public async Task UpdateManyAsync( method UpdateMany (line 477) | public virtual long UpdateMany(FilterDefinition( method UpdateMany (line 495) | public virtual long UpdateMany( method UpdateMany (line 506) | public virtual long UpdateMany( method UpdateMany (line 518) | public virtual long UpdateMany(Expression( method UpdateMany (line 536) | public virtual long UpdateMany( method UpdateMany (line 547) | public virtual long UpdateMany( method UpdateMany (line 559) | public virtual long UpdateMany(FilterDefinition ... method UpdateMany (line 566) | public virtual long UpdateMany( method UpdateMany (line 576) | public virtual long UpdateMany(FilterDefinition ... method UpdateMany (line 583) | public virtual long UpdateMany( method UpdateMany (line 594) | public long UpdateMany(Expression> fi... method UpdateMany (line 601) | public long UpdateMany( method UpdateMany (line 611) | public long UpdateMany(Expression> fi... method UpdateMany (line 618) | public long UpdateMany( method UpdateOneAsync (line 633) | public virtual async Task UpdateOneAsync(TDocum... method UpdateOneAsync (line 641) | public virtual async Task UpdateOneAsync(TDocum... method UpdateOne (line 649) | public virtual bool UpdateOne(TDocument modifiedDocum... method UpdateOne (line 657) | public virtual bool UpdateOne(TDocument modifiedDocum... method UpdateOneAsync (line 665) | public virtual async Task UpdateOneAsync(TDocum... method UpdateOneAsync (line 673) | public virtual async Task UpdateOneAsync( method UpdateOne (line 684) | public virtual bool UpdateOne(TDocument documentToMod... method UpdateOne (line 692) | public virtual bool UpdateOne(TDocument documentToMod... method UpdateOne (line 700) | public virtual bool UpdateOne(TDocument docum... method UpdateOne (line 708) | public virtual bool UpdateOne( method UpdateOneAsync (line 720) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 731) | public virtual async Task UpdateOneAsync( method UpdateOne (line 743) | public virtual bool UpdateOne(FilterDefinitio... method UpdateOne (line 751) | public virtual bool UpdateOne( method UpdateOne (line 763) | public virtual bool UpdateOne( method UpdateOne (line 775) | public virtual bool UpdateOne( method UpdateOne (line 788) | public virtual bool UpdateOne( method UpdateOne (line 799) | public virtual bool UpdateOne( method UpdateOne (line 811) | public virtual bool UpdateOne( method UpdateOne (line 823) | public virtual bool UpdateOne( method UpdateOneAsync (line 836) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 847) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 859) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 871) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 884) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 895) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 907) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 919) | public virtual async Task UpdateOneAsync( method UpdateManyAsync (line 937) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 948) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 960) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 972) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 985) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 996) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1008) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1020) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1033) | public virtual async Task UpdateManyAsync(Filte... method UpdateManyAsync (line 1041) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1052) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1063) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1075) | public virtual async Task UpdateManyAsync(Expre... method UpdateManyAsync (line 1083) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1094) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 1105) | public virtual async Task UpdateManyAsync( method UpdateMany (line 1117) | public virtual long UpdateMany( method UpdateMany (line 1128) | public virtual long UpdateMany( method UpdateMany (line 1140) | public virtual long UpdateMany( method UpdateMany (line 1152) | public virtual long UpdateMany( method UpdateMany (line 1165) | public virtual long UpdateMany(FilterDefiniti... method UpdateMany (line 1173) | public virtual long UpdateMany( method UpdateMany (line 1185) | public virtual long UpdateMany( method UpdateMany (line 1197) | public virtual long UpdateMany( method UpdateMany (line 1210) | public virtual long UpdateMany(Expression( method UpdateMany (line 1229) | public virtual long UpdateMany( method UpdateMany (line 1240) | public virtual long UpdateMany( method UpdateMany (line 1252) | public virtual long UpdateMany(FilterDefinition( method UpdateMany (line 1271) | public virtual long UpdateMany(FilterDefinition( FILE: MongoDbGenericRepository/DataAccess/Base/DataAccessBase.cs class DataAccessBase (line 11) | public class DataAccessBase : IDataAccessBase method DataAccessBase (line 22) | public DataAccessBase(IMongoDbContext mongoDbContext) method GetQuery (line 38) | public virtual IMongoQueryable GetQuery(Ex... method GetQuery (line 46) | public virtual IQueryable GetQuery(Express... method HandlePartitioned (line 61) | public virtual IMongoCollection HandlePartitioned GetCollection HandlePartitioned> ConvertExpressio... method MapIndexOptions (line 123) | protected virtual CreateIndexOptions MapIndexOptions(IndexCreationOpti... method GetMinMongoQuery (line 153) | protected virtual IFindFluent GetMinMongoQuery GetMaxMongoQuery GetQuery(Expression GetQuery(Expression HandlePartitioned(TDocume... method HandlePartitioned (line 49) | IMongoCollection HandlePartitioned(string ... method GetCollection (line 60) | IMongoCollection GetCollection(string part... FILE: MongoDbGenericRepository/DataAccess/Create/IMongoDbCreator.cs type IMongoDbCreator (line 13) | public interface IMongoDbCreator : IDataAccessBase method AddOneAsync (line 23) | Task AddOneAsync(TDocument document, CancellationToke... method AddOne (line 35) | void AddOne(TDocument document, CancellationToken can... method AddManyAsync (line 47) | Task AddManyAsync(IEnumerable documents, C... method AddMany (line 59) | void AddMany(IEnumerable documents, Cancel... FILE: MongoDbGenericRepository/DataAccess/Create/MongoDbCreator.cs class MongoDbCreator (line 15) | public class MongoDbCreator : DataAccessBase, IMongoDbCreator method MongoDbCreator (line 21) | public MongoDbCreator(IMongoDbContext mongoDbContext) : base(mongoDbCo... method AddOneAsync (line 26) | public virtual async Task AddOneAsync(TDocument docum... method AddOne (line 36) | public virtual void AddOne(TDocument document, Cancel... method AddManyAsync (line 46) | public virtual async Task AddManyAsync(IEnumerable(IEnumerable do... method FormatDocument (line 113) | protected void FormatDocument(TDocument document) FILE: MongoDbGenericRepository/DataAccess/Delete/IMongoDbEraser.cs type IMongoDbEraser (line 14) | public interface IMongoDbEraser : IDataAccessBase method DeleteOne (line 24) | long DeleteOne(TDocument document, CancellationToken ... method DeleteOne (line 37) | long DeleteOne(Expression> filt... method DeleteOneAsync (line 49) | Task DeleteOneAsync(TDocument document, Cancell... method DeleteOneAsync (line 62) | Task DeleteOneAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(IEnumerable doc... method DeleteMany (line 99) | long DeleteMany(IEnumerable documents, Can... method DeleteMany (line 112) | long DeleteMany(Expression> fil... FILE: MongoDbGenericRepository/DataAccess/Delete/MongoDbEraser.cs class MongoDbEraser (line 14) | public class MongoDbEraser : DataAccessBase, IMongoDbEraser method MongoDbEraser (line 20) | public MongoDbEraser(IMongoDbContext mongoDbContext) : base(mongoDbCon... method DeleteOne (line 27) | public virtual long DeleteOne(TDocument document, Can... method DeleteOne (line 36) | public virtual long DeleteOne(Expression DeleteOneAsync(TDocum... method DeleteOneAsync (line 53) | public virtual async Task DeleteOneAsync( method DeleteManyAsync (line 64) | public virtual async Task DeleteManyAsync( method DeleteManyAsync (line 75) | public virtual async Task DeleteManyAsync(IEnum... method DeleteMany (line 107) | public virtual long DeleteMany(IEnumerable... method DeleteMany (line 136) | public virtual long DeleteMany(Expression> GetIndexesNamesAsync(string partit... method CreateTextIndexAsync (line 40) | Task CreateTextIndexAsync( method CreateAscendingIndexAsync (line 60) | Task CreateAscendingIndexAsync( method CreateDescendingIndexAsync (line 80) | Task CreateDescendingIndexAsync( method CreateHashedIndexAsync (line 100) | Task CreateHashedIndexAsync( method CreateCombinedTextIndexAsync (line 120) | Task CreateCombinedTextIndexAsync( method DropIndexAsync (line 136) | Task DropIndexAsync(string indexName, string partitio... FILE: MongoDbGenericRepository/DataAccess/Index/MongoDbIndexHandler.cs class MongoDbIndexHandler (line 14) | public class MongoDbIndexHandler : DataAccessBase, IMongoDbIndexHandler method MongoDbIndexHandler (line 20) | public MongoDbIndexHandler(IMongoDbContext mongoDbContext) : base(mong... method GetIndexesNamesAsync (line 25) | public virtual async Task> GetIndexesNamesAsync CreateTextIndexAsync( method CreateAscendingIndexAsync (line 55) | public virtual async Task CreateAscendingIndexAsync CreateDescendingIndexAsync CreateHashedIndexAsync CreateCombinedTextIndexAsync(string index... FILE: MongoDbGenericRepository/DataAccess/Read/IMongoDbReader.cs type IMongoDbReader (line 16) | public interface IMongoDbReader : IDataAccessBase method ProjectOneAsync (line 28) | Task ProjectOneAsync( method ProjectOne (line 47) | TProjection ProjectOne( method ProjectManyAsync (line 66) | Task> ProjectManyAsync( method ProjectMany (line 85) | List ProjectMany( method GroupBy (line 106) | List GroupBy( method GroupBy (line 128) | List GroupBy( method GroupByAsync (line 151) | Task> GroupByAsync> GetSortedPaginatedAsync( method GetSortedPaginatedAsync (line 195) | Task> GetSortedPaginatedAsync( method GetByIdAsync (line 213) | Task GetByIdAsync(TKey id, string partitio... method GetById (line 225) | TDocument GetById(TKey id, string partitionKey = null... method GetOneAsync (line 238) | Task GetOneAsync( method GetOneAsync (line 254) | Task GetOneAsync( method GetOne (line 270) | TDocument GetOne( method GetOne (line 286) | TDocument GetOne(Expression> fi... method GetCursor (line 297) | IFindFluent GetCursor(Expressio... method AnyAsync (line 310) | Task AnyAsync( method AnyAsync (line 326) | Task AnyAsync( method Any (line 342) | bool Any( method Any (line 358) | bool Any(Expression> filter, st... method GetAllAsync (line 371) | Task> GetAllAsync( method GetAllAsync (line 387) | Task> GetAllAsync( method GetAll (line 403) | List GetAll( method GetAll (line 419) | List GetAll( method CountAsync (line 435) | Task CountAsync( method CountAsync (line 451) | Task CountAsync( method Count (line 467) | long Count( method Count (line 483) | long Count(Expression> filter, ... method GetByMaxAsync (line 497) | Task GetByMaxAsync( method GetByMax (line 515) | TDocument GetByMax( method GetByMinAsync (line 533) | Task GetByMinAsync( method GetByMin (line 551) | TDocument GetByMin( method GetMaxValueAsync (line 569) | Task GetMaxValueAsync( method GetMaxValue (line 587) | TValue GetMaxValue( method GetMinValueAsync (line 605) | Task GetMinValueAsync( method GetMinValue (line 623) | TValue GetMinValue( method SumByAsync (line 640) | Task SumByAsync( method SumByAsync (line 657) | Task SumByAsync( method SumBy (line 673) | int SumBy( method SumBy (line 688) | decimal SumBy( FILE: MongoDbGenericRepository/DataAccess/Read/MongoDbReader.GroupBy.cs class MongoDbReader (line 12) | public partial class MongoDbReader method GroupBy (line 15) | public virtual List GroupBy GroupBy> GroupByAsync> GetSortedPaginatedAsync> GetSortedPaginatedAsync GetByIdAsync(TKe... method GetById (line 39) | public virtual TDocument GetById(TKey id, string part... method GetOneAsync (line 48) | public virtual Task GetOneAsync( method GetOne (line 60) | public virtual TDocument GetOne( method GetOneAsync (line 72) | public virtual async Task GetOneAsync( method GetOne (line 83) | public virtual TDocument GetOne( method GetCursor (line 94) | public virtual IFindFluent GetCursor AnyAsync( method Any (line 115) | public virtual bool Any( method AnyAsync (line 128) | public virtual async Task AnyAsync( method Any (line 140) | public virtual bool Any( method GetAllAsync (line 152) | public virtual Task> GetAllAsync( method GetAll (line 164) | public virtual List GetAll( method GetAllAsync (line 176) | public virtual async Task> GetAllAsync( method GetAll (line 187) | public virtual List GetAll( method CountAsync (line 198) | public virtual Task CountAsync( method Count (line 210) | public virtual long Count( method CountAsync (line 222) | public virtual async Task CountAsync( method Count (line 233) | public virtual long Count( method GetByMaxAsync (line 248) | public virtual async Task GetByMaxAsync( method GetByMax (line 263) | public virtual TDocument GetByMax( method GetByMinAsync (line 278) | public virtual async Task GetByMinAsync( method GetByMin (line 293) | public virtual TDocument GetByMin( method GetMaxValueAsync (line 308) | public virtual async Task GetMaxValueAsync( method GetMinValueAsync (line 336) | public virtual async Task GetMinValueAsync( method SumByAsync (line 366) | public virtual async Task SumByAsync( method SumBy (line 378) | public virtual int SumBy( method SumByAsync (line 389) | public virtual async Task SumByAsync( method SumBy (line 401) | public virtual decimal SumBy( FILE: MongoDbGenericRepository/DataAccess/Read/MongoDbReader.Project.cs class MongoDbReader (line 11) | public partial class MongoDbReader method ProjectOneAsync (line 14) | public virtual async Task ProjectOneAsync> ProjectManyAsync( method ProjectMany (line 60) | public virtual List ProjectMany UpdateOneAsync(TDocument modifiedDocument,... method UpdateOneAsync (line 35) | Task UpdateOneAsync( method UpdateOneAsync (line 52) | Task UpdateOneAsync( method UpdateOneAsync (line 71) | Task UpdateOneAsync( method UpdateOneAsync (line 91) | Task UpdateOneAsync( method UpdateOneAsync (line 109) | Task UpdateOneAsync(IClientSessionHandle sessio... method UpdateOneAsync (line 123) | Task UpdateOneAsync( method UpdateOneAsync (line 143) | Task UpdateOneAsync( method UpdateOneAsync (line 165) | Task UpdateOneAsync( method UpdateOneAsync (line 188) | Task UpdateOneAsync( method UpdateOne (line 205) | bool UpdateOne(TDocument modifiedDocument, Cancellati... method UpdateOne (line 217) | bool UpdateOne(TDocument documentToModify, UpdateDefi... method UpdateOne (line 231) | bool UpdateOne( method UpdateOne (line 250) | bool UpdateOne( method UpdateOne (line 270) | bool UpdateOne( method UpdateOne (line 288) | bool UpdateOne(IClientSessionHandle session, TDocumen... method UpdateOne (line 302) | bool UpdateOne( method UpdateOne (line 322) | bool UpdateOne( method UpdateOne (line 344) | bool UpdateOne( method UpdateOne (line 367) | bool UpdateOne( method UpdateManyAsync (line 388) | Task UpdateManyAsync( method UpdateManyAsync (line 408) | Task UpdateManyAsync( method UpdateManyAsync (line 426) | Task UpdateManyAsync( method UpdateManyAsync (line 443) | Task UpdateManyAsync( method UpdateMany (line 462) | long UpdateMany( method UpdateMany (line 482) | long UpdateMany( method UpdateMany (line 500) | long UpdateMany( method UpdateMany (line 517) | long UpdateMany( FILE: MongoDbGenericRepository/DataAccess/Update/MongoDbUpdater.ClientSession.cs class MongoDbUpdater (line 10) | public partial class MongoDbUpdater method UpdateOneAsync (line 13) | public virtual async Task UpdateOneAsync( method UpdateOne (line 28) | public virtual bool UpdateOne(IClientSessionHandle se... method UpdateOneAsync (line 39) | public virtual async Task UpdateOneAsync( method UpdateOne (line 54) | public virtual bool UpdateOne( method UpdateOneAsync (line 68) | public virtual async Task UpdateOneAsync( method UpdateOne (line 86) | public virtual bool UpdateOne( method UpdateOneAsync (line 105) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 122) | public virtual Task UpdateOneAsync( method UpdateOne (line 136) | public virtual bool UpdateOne( method UpdateOne (line 152) | public virtual bool UpdateOne( FILE: MongoDbGenericRepository/DataAccess/Update/MongoDbUpdater.cs class MongoDbUpdater (line 14) | public partial class MongoDbUpdater : DataAccessBase, IMongoDbUpdater method MongoDbUpdater (line 20) | public MongoDbUpdater(IMongoDbContext mongoDbContext) : base(mongoDbCo... method UpdateOneAsync (line 25) | public virtual async Task UpdateOneAsync(TDocum... method UpdateOne (line 36) | public virtual bool UpdateOne(TDocument modifiedDocum... method UpdateOneAsync (line 46) | public virtual async Task UpdateOneAsync( method UpdateOne (line 59) | public virtual bool UpdateOne( method UpdateOneAsync (line 72) | public virtual async Task UpdateOneAsync( method UpdateOne (line 89) | public virtual bool UpdateOne( method UpdateOneAsync (line 106) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 121) | public virtual async Task UpdateOneAsync( method UpdateOne (line 134) | public virtual bool UpdateOne( method UpdateOne (line 149) | public virtual bool UpdateOne( method UpdateManyAsync (line 162) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 175) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 190) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 202) | public virtual async Task UpdateManyAsync( method UpdateMany (line 216) | public virtual long UpdateMany( method UpdateMany (line 229) | public virtual long UpdateMany( method UpdateMany (line 244) | public virtual long UpdateMany( method UpdateMany (line 258) | public virtual long UpdateMany( FILE: MongoDbGenericRepository/IBaseMongoRepository.Create.cs type IBaseMongoRepository_Create (line 13) | public interface IBaseMongoRepository_Create : IBaseMongoRepository_Crea... method AddOneAsync (line 22) | Task AddOneAsync(TDocument document) method AddOneAsync (line 34) | Task AddOneAsync(TDocument document, CancellationToke... method AddOne (line 45) | void AddOne(TDocument document) method AddOne (line 57) | void AddOne(TDocument document, CancellationToken can... method AddManyAsync (line 68) | Task AddManyAsync(IEnumerable documents) method AddManyAsync (line 80) | Task AddManyAsync(IEnumerable documents, C... method AddMany (line 91) | void AddMany(IEnumerable documents) method AddMany (line 103) | void AddMany(IEnumerable documents, Cancel... FILE: MongoDbGenericRepository/IBaseMongoRepository.Delete.cs type IBaseMongoRepository_Delete (line 13) | public interface IBaseMongoRepository_Delete : IBaseMongoRepository_Dele... method DeleteOne (line 22) | long DeleteOne(TDocument document) method DeleteOne (line 34) | long DeleteOne(TDocument document, CancellationToken ... method DeleteOne (line 45) | long DeleteOne(Expression> filter) method DeleteOne (line 57) | long DeleteOne(Expression> filt... method DeleteOne (line 69) | long DeleteOne(Expression> filt... method DeleteOne (line 82) | long DeleteOne(Expression> filt... method DeleteOneAsync (line 93) | Task DeleteOneAsync(TDocument document) method DeleteOneAsync (line 105) | Task DeleteOneAsync(TDocument document, Cancell... method DeleteOneAsync (line 116) | Task DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(IEnumerable doc... method DeleteManyAsync (line 224) | Task DeleteManyAsync(IEnumerable doc... method DeleteMany (line 235) | long DeleteMany(IEnumerable documents) method DeleteMany (line 247) | long DeleteMany(IEnumerable documents, Can... method DeleteMany (line 258) | long DeleteMany(Expression> fil... method DeleteMany (line 270) | long DeleteMany(Expression> fil... method DeleteMany (line 283) | long DeleteMany(Expression> fil... method DeleteMany (line 296) | long DeleteMany(Expression> fil... FILE: MongoDbGenericRepository/IBaseMongoRepository.Index.cs type IBaseMongoRepository_Index (line 13) | public interface IBaseMongoRepository_Index : IBaseMongoRepository_Index... method GetIndexesNamesAsync (line 21) | Task> GetIndexesNamesAsync() method GetIndexesNamesAsync (line 32) | Task> GetIndexesNamesAsync(CancellationT... method GetIndexesNamesAsync (line 43) | Task> GetIndexesNamesAsync(string partit... method GetIndexesNamesAsync (line 55) | Task> GetIndexesNamesAsync(string partit... method CreateTextIndexAsync (line 68) | Task CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync( method CreateTextIndexAsync (line 158) | Task CreateTextIndexAsync( method CreateTextIndexAsync (line 177) | Task CreateTextIndexAsync( method CreateAscendingIndexAsync (line 194) | Task CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 254) | Task CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 287) | Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 306) | Task CreateAscendingIndexAsync( method CreateDescendingIndexAsync (line 323) | Task CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 383) | Task CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 416) | Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 435) | Task CreateDescendingIndexAsync( method CreateHashedIndexAsync (line 452) | Task CreateHashedIndexAsync(Expression CreateHashedIndexAsync(Expression CreateHashedIndexAsync(Expression CreateHashedIndexAsync( method CreateHashedIndexAsync (line 512) | Task CreateHashedIndexAsync(Expression CreateHashedIndexAsync( method CreateHashedIndexAsync (line 545) | Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 564) | Task CreateHashedIndexAsync( method CreateCombinedTextIndexAsync (line 581) | Task CreateCombinedTextIndexAsync(IEnumerable... method CreateCombinedTextIndexAsync (line 595) | Task CreateCombinedTextIndexAsync(IEnumerable... method CreateCombinedTextIndexAsync (line 609) | Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 626) | Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 643) | Task CreateCombinedTextIndexAsync(IEnumerable... method CreateCombinedTextIndexAsync (line 658) | Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 676) | Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 695) | Task CreateCombinedTextIndexAsync( method DropIndexAsync (line 709) | Task DropIndexAsync(string indexName) method DropIndexAsync (line 720) | Task DropIndexAsync(string indexName, CancellationTok... method DropIndexAsync (line 731) | Task DropIndexAsync(string indexName, string partitio... method DropIndexAsync (line 743) | Task DropIndexAsync(string indexName, string partitio... FILE: MongoDbGenericRepository/Internals/RepositorySerializationProvider.cs class RepositorySerializationProvider (line 10) | internal class RepositorySerializationProvider : IBsonSerializationProvider method RepositorySerializationProvider (line 17) | private RepositorySerializationProvider() method GetSerializer (line 43) | public IBsonSerializer GetSerializer(Type type) method RegisterSerializer (line 53) | internal void RegisterSerializer(IBsonSerializer serializer) => method RegisterSerializer (line 56) | internal void RegisterSerializer(Type type, IBsonSerializer serializer... FILE: MongoDbGenericRepository/KeyTypedRepository/BaseMongoRepository.TKey.Create.cs class BaseMongoRepository (line 14) | public abstract partial class BaseMongoRepository : IBaseMongoRepo... method AddOneAsync (line 44) | public virtual async Task AddOneAsync(TDocument document) method AddOneAsync (line 51) | public virtual async Task AddOneAsync(TDocument document, C... method AddOne (line 58) | public virtual void AddOne(TDocument document) method AddOne (line 65) | public virtual void AddOne(TDocument document, Cancellation... method AddManyAsync (line 72) | public virtual async Task AddManyAsync(IEnumerable(IEnumerable(IEnumerable documents) method AddMany (line 93) | public virtual void AddMany(IEnumerable document... FILE: MongoDbGenericRepository/KeyTypedRepository/BaseMongoRepository.TKey.Delete.cs class BaseMongoRepository (line 11) | public abstract partial class BaseMongoRepository : IBaseMongoRepo... method DeleteOne (line 42) | public virtual long DeleteOne(TDocument document) method DeleteOne (line 49) | public virtual long DeleteOne(TDocument document, Cancellat... method DeleteOne (line 56) | public virtual long DeleteOne(Expression(Expression(Expression(Expression DeleteOneAsync(TDocument do... method DeleteOneAsync (line 91) | public virtual async Task DeleteOneAsync(TDocument do... method DeleteOneAsync (line 98) | public virtual async Task DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync(Expression DeleteOneAsync( method DeleteManyAsync (line 129) | public virtual async Task DeleteManyAsync(IEnumerable... method DeleteManyAsync (line 136) | public virtual async Task DeleteManyAsync(IEnumerable... method DeleteManyAsync (line 143) | public async Task DeleteManyAsync(Expression DeleteManyAsync(Expression DeleteManyAsync(Expression<... method DeleteManyAsync (line 164) | public virtual async Task DeleteManyAsync( method DeleteMany (line 174) | public virtual long DeleteMany(IEnumerable docum... method DeleteMany (line 181) | public virtual long DeleteMany(IEnumerable docum... method DeleteMany (line 188) | public virtual long DeleteMany(Expression(Expression(Expression(Expression : IBaseMongoRepo... method GetIndexesNamesAsync (line 46) | public virtual async Task> GetIndexesNamesAsync() method GetIndexesNamesAsync (line 53) | public virtual async Task> GetIndexesNamesAsync> GetIndexesNamesAsync> GetIndexesNamesAsync CreateTextIndexAsync(Expr... method CreateTextIndexAsync (line 81) | public virtual async Task CreateTextIndexAsync(Expr... method CreateTextIndexAsync (line 88) | public virtual async Task CreateTextIndexAsync(Expr... method CreateTextIndexAsync (line 95) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 105) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 115) | public virtual async Task CreateTextIndexAsync(Expr... method CreateTextIndexAsync (line 122) | public virtual async Task CreateTextIndexAsync( method CreateTextIndexAsync (line 132) | public virtual async Task CreateTextIndexAsync( method CreateAscendingIndexAsync (line 143) | public virtual async Task CreateAscendingIndexAsync... method CreateAscendingIndexAsync (line 150) | public virtual async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 159) | public virtual async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 168) | public virtual async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 178) | public virtual async Task CreateAscendingIndexAsync... method CreateAscendingIndexAsync (line 185) | public virtual async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 195) | public virtual async Task CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 205) | public virtual async Task CreateAscendingIndexAsync( method CreateDescendingIndexAsync (line 216) | public virtual async Task CreateDescendingIndexAsync CreateDescendingIndexAsync CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 239) | public virtual async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 249) | public virtual async Task CreateDescendingIndexAsync CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 266) | public virtual async Task CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 276) | public virtual async Task CreateDescendingIndexAsync( method CreateHashedIndexAsync (line 287) | public virtual async Task CreateHashedIndexAsync(Ex... method CreateHashedIndexAsync (line 294) | public virtual async Task CreateHashedIndexAsync(Ex... method CreateHashedIndexAsync (line 301) | public virtual async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 310) | public virtual async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 320) | public virtual async Task CreateHashedIndexAsync(Ex... method CreateHashedIndexAsync (line 327) | public virtual async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 337) | public virtual async Task CreateHashedIndexAsync( method CreateHashedIndexAsync (line 347) | public virtual async Task CreateHashedIndexAsync( method CreateCombinedTextIndexAsync (line 358) | public virtual async Task CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync CreateCombinedTextIndexAsync(string indexName) method DropIndexAsync (line 438) | public virtual async Task DropIndexAsync(string indexName, ... method DropIndexAsync (line 445) | public virtual async Task DropIndexAsync(string indexName, ... method DropIndexAsync (line 452) | public virtual async Task DropIndexAsync(string indexName, ... FILE: MongoDbGenericRepository/KeyTypedRepository/BaseMongoRepository.TKey.Main.cs class BaseMongoRepository (line 12) | public abstract partial class BaseMongoRepository : method BaseMongoRepository (line 24) | protected BaseMongoRepository(string connectionString, string database... method BaseMongoRepository (line 32) | protected BaseMongoRepository(IMongoDbContext mongoDbContext) : base(m... method BaseMongoRepository (line 40) | protected BaseMongoRepository(IMongoDatabase mongoDatabase) : base(mon... method HandlePartitioned (line 50) | protected virtual IMongoCollection HandlePartitioned GetCollection... FILE: MongoDbGenericRepository/KeyTypedRepository/BaseMongoRepository.TKey.ReadOnly.cs class ReadOnlyMongoRepository (line 17) | public abstract class ReadOnlyMongoRepository : IReadOnlyMongoRepo... method ReadOnlyMongoRepository (line 25) | protected ReadOnlyMongoRepository(string connectionString, string data... method ReadOnlyMongoRepository (line 34) | protected ReadOnlyMongoRepository(IMongoDatabase mongoDatabase) method ReadOnlyMongoRepository (line 43) | protected ReadOnlyMongoRepository(IMongoDbContext mongoDbContext) method GroupBy (line 69) | public virtual List GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy> GetSortedPaginatedAsync> GetSortedPaginatedAsync GetByIdAsync(TKey id) method GetByIdAsync (line 241) | public async Task GetByIdAsync(TKey id, Cancella... method GetByIdAsync (line 248) | public async Task GetByIdAsync(TKey id, string p... method GetByIdAsync (line 255) | public async Task GetByIdAsync(TKey id, string p... method GetById (line 262) | public TDocument GetById(TKey id) method GetById (line 269) | public TDocument GetById(TKey id, CancellationToken cancell... method GetById (line 276) | public TDocument GetById(TKey id, string partitionKey) method GetById (line 283) | public TDocument GetById(TKey id, string partitionKey, Canc... method GetOneAsync (line 290) | public async Task GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression GetOneAsync(Expression(Expression> f... method GetOne (line 325) | public TDocument GetOne(Expression> f... method GetOne (line 332) | public TDocument GetOne(Expression> f... method GetOne (line 339) | public TDocument GetOne(Expression> f... method GetCursor (line 346) | public IFindFluent GetCursor(Expressi... method AnyAsync (line 353) | public async Task AnyAsync(Expression AnyAsync(Expression AnyAsync(Expression AnyAsync(Expression(Expression> filter) method Any (line 388) | public bool Any(Expression> filter, C... method Any (line 395) | public bool Any(Expression> filter, s... method Any (line 402) | public bool Any(Expression> filter, s... method GetAllAsync (line 409) | public async Task> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync(Expression> GetAllAsync( method GetAll (line 440) | public List GetAll(Expression GetAll(Expression GetAll(Expression GetAll(Expression CountAsync(Expression CountAsync(Expression CountAsync(Expression CountAsync(Expression(Expression> filter) method Count (line 503) | public long Count(Expression> filter,... method Count (line 510) | public long Count(Expression> filter,... method Count (line 517) | public long Count(Expression> filter,... method GetByMaxAsync (line 525) | public async Task GetByMaxAsync(Expression GetByMaxAsync( method GetByMaxAsync (line 542) | public async Task GetByMaxAsync( method GetByMaxAsync (line 552) | public async Task GetByMaxAsync( method GetByMax (line 563) | public TDocument GetByMax(Expression>... method GetByMax (line 570) | public TDocument GetByMax( method GetByMax (line 580) | public TDocument GetByMax( method GetByMax (line 590) | public TDocument GetByMax( method GetByMinAsync (line 601) | public async Task GetByMinAsync(Expression GetByMinAsync( method GetByMinAsync (line 618) | public async Task GetByMinAsync( method GetByMinAsync (line 628) | public async Task GetByMinAsync( method GetByMin (line 639) | public TDocument GetByMin(Expression>... method GetByMin (line 646) | public TDocument GetByMin( method GetByMin (line 656) | public TDocument GetByMin( method GetByMin (line 666) | public TDocument GetByMin( method GetMaxValueAsync (line 677) | public async Task GetMaxValueAsync( method GetMaxValueAsync (line 686) | public async Task GetMaxValueAsync( method GetMaxValueAsync (line 696) | public async Task GetMaxValueAsync( method GetMaxValueAsync (line 706) | public async Task GetMaxValueAsync( method GetMaxValue (line 717) | public TValue GetMaxValue(Expression( method GetMaxValue (line 734) | public TValue GetMaxValue( method GetMaxValue (line 744) | public TValue GetMaxValue( method GetMinValueAsync (line 755) | public virtual async Task GetMinValueAsync( method GetMinValueAsync (line 764) | public virtual async Task GetMinValueAsync( method GetMinValueAsync (line 774) | public virtual async Task GetMinValueAsync( method GetMinValueAsync (line 784) | public virtual async Task GetMinValueAsync( method GetMinValue (line 795) | public virtual TValue GetMinValue(Expression( method GetMinValue (line 812) | public virtual TValue GetMinValue( method GetMinValue (line 822) | public virtual TValue GetMinValue( method SumByAsync (line 837) | public virtual async Task SumByAsync(Expression SumByAsync( method SumByAsync (line 854) | public virtual async Task SumByAsync( method SumByAsync (line 864) | public virtual async Task SumByAsync( method SumByAsync (line 875) | public virtual async Task SumByAsync(Expression SumByAsync( method SumByAsync (line 892) | public virtual async Task SumByAsync( method SumByAsync (line 902) | public virtual async Task SumByAsync( method SumBy (line 913) | public virtual int SumBy(Expression> ... method SumBy (line 920) | public virtual decimal SumBy( method ProjectOneAsync (line 934) | public virtual async Task ProjectOneAsync ProjectOneAsync ProjectOneAsync ProjectOneAsync( method ProjectOne (line 988) | public virtual TProjection ProjectOne( method ProjectOne (line 1000) | public virtual TProjection ProjectOne( method ProjectOne (line 1011) | public virtual TProjection ProjectOne( method ProjectManyAsync (line 1023) | public virtual async Task> ProjectManyAsync> ProjectManyAsync> ProjectManyAsync> ProjectManyAsync ProjectMany( method ProjectMany (line 1077) | public virtual List ProjectMany( method ProjectMany (line 1088) | public virtual List ProjectMany( method ProjectMany (line 1099) | public virtual List ProjectMany( FILE: MongoDbGenericRepository/KeyTypedRepository/BaseMongoRepository.TKey.Update.cs class BaseMongoRepository (line 11) | public abstract partial class BaseMongoRepository : IBaseMongoRepo... method UpdateOneAsync (line 42) | public virtual async Task UpdateOneAsync(TDocument mo... method UpdateOneAsync (line 49) | public virtual async Task UpdateOneAsync(TDocument mo... method UpdateOne (line 56) | public virtual bool UpdateOne(TDocument modifiedDocument) method UpdateOne (line 63) | public virtual bool UpdateOne(TDocument modifiedDocument, C... method UpdateOneAsync (line 70) | public virtual async Task UpdateOneAsync(TDocument do... method UpdateOneAsync (line 77) | public virtual async Task UpdateOneAsync( method UpdateOne (line 87) | public virtual bool UpdateOne(TDocument documentToModify, U... method UpdateOne (line 94) | public virtual bool UpdateOne(TDocument documentToModify, U... method UpdateOne (line 101) | public virtual bool UpdateOne(TDocument documentToM... method UpdateOne (line 108) | public virtual bool UpdateOne( method UpdateOneAsync (line 119) | public virtual async Task UpdateOneAsync(TDoc... method UpdateOneAsync (line 126) | public virtual async Task UpdateOneAsync( method UpdateOne (line 137) | public virtual bool UpdateOne(FilterDefinition( method UpdateOne (line 155) | public virtual bool UpdateOne( method UpdateOne (line 166) | public virtual bool UpdateOne( method UpdateOne (line 178) | public virtual bool UpdateOne(Expression( method UpdateOne (line 196) | public virtual bool UpdateOne( method UpdateOne (line 207) | public virtual bool UpdateOne( method UpdateOneAsync (line 219) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 229) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 240) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 251) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 263) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 273) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 284) | public virtual async Task UpdateOneAsync( method UpdateOneAsync (line 295) | public virtual async Task UpdateOneAsync( method UpdateManyAsync (line 307) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 317) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 328) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 339) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 351) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 361) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 372) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 383) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 395) | public virtual async Task UpdateManyAsync(FilterDefin... method UpdateManyAsync (line 402) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 412) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 422) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 433) | public virtual async Task UpdateManyAsync(Expression<... method UpdateManyAsync (line 440) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 450) | public virtual async Task UpdateManyAsync( method UpdateManyAsync (line 460) | public virtual async Task UpdateManyAsync( method UpdateMany (line 471) | public virtual long UpdateMany(Expression( method UpdateMany (line 489) | public virtual long UpdateMany( method UpdateMany (line 500) | public virtual long UpdateMany( method UpdateMany (line 512) | public virtual long UpdateMany(FilterDefinition( method UpdateMany (line 530) | public virtual long UpdateMany( method UpdateMany (line 541) | public virtual long UpdateMany( method UpdateMany (line 553) | public virtual long UpdateMany(FilterDefinition ... method UpdateMany (line 560) | public virtual long UpdateMany( method UpdateMany (line 570) | public virtual long UpdateMany(FilterDefinition ... method UpdateMany (line 577) | public virtual long UpdateMany( method UpdateMany (line 588) | public virtual long UpdateMany(Expression( method UpdateMany (line 605) | public virtual long UpdateMany(Expression( FILE: MongoDbGenericRepository/KeyTypedRepository/IBaseMongoRepository.TKey.Create.cs type IBaseMongoRepository_Create (line 13) | public interface IBaseMongoRepository_Create method AddOneAsync (line 22) | Task AddOneAsync(TDocument document) method AddOneAsync (line 32) | Task AddOneAsync(TDocument document, CancellationToken canc... method AddOne (line 41) | void AddOne(TDocument document) method AddOne (line 51) | void AddOne(TDocument document, CancellationToken cancellat... method AddManyAsync (line 60) | Task AddManyAsync(IEnumerable documents) method AddManyAsync (line 70) | Task AddManyAsync(IEnumerable documents, Cancell... method AddMany (line 79) | void AddMany(IEnumerable documents) method AddMany (line 90) | void AddMany(IEnumerable documents, Cancellation... FILE: MongoDbGenericRepository/KeyTypedRepository/IBaseMongoRepository.TKey.Delete.cs type IBaseMongoRepository_Delete (line 14) | public interface IBaseMongoRepository_Delete method DeleteOne (line 23) | long DeleteOne(TDocument document) method DeleteOne (line 33) | long DeleteOne(TDocument document, CancellationToken cancel... method DeleteOne (line 42) | long DeleteOne(Expression> filter) method DeleteOne (line 52) | long DeleteOne(Expression> filter, Ca... method DeleteOne (line 62) | long DeleteOne(Expression> filter, st... method DeleteOne (line 73) | long DeleteOne(Expression> filter, st... method DeleteOneAsync (line 82) | Task DeleteOneAsync(TDocument document) method DeleteOneAsync (line 92) | Task DeleteOneAsync(TDocument document, CancellationT... method DeleteOneAsync (line 102) | Task DeleteOneAsync(Expression>... method DeleteOneAsync (line 112) | Task DeleteOneAsync(Expression>... method DeleteOneAsync (line 122) | Task DeleteOneAsync(Expression>... method DeleteOneAsync (line 133) | Task DeleteOneAsync(Expression>... method DeleteManyAsync (line 142) | Task DeleteManyAsync(Expression... method DeleteManyAsync (line 152) | Task DeleteManyAsync(Expression... method DeleteManyAsync (line 162) | Task DeleteManyAsync(Expression... method DeleteManyAsync (line 173) | Task DeleteManyAsync(Expression... method DeleteManyAsync (line 182) | Task DeleteManyAsync(IEnumerable documents) method DeleteManyAsync (line 192) | Task DeleteManyAsync(IEnumerable documents... method DeleteMany (line 201) | long DeleteMany(IEnumerable documents) method DeleteMany (line 211) | long DeleteMany(IEnumerable documents, Cancellat... method DeleteMany (line 220) | long DeleteMany(Expression> filter) method DeleteMany (line 230) | long DeleteMany(Expression> filter, C... method DeleteMany (line 240) | long DeleteMany(Expression> filter, s... method DeleteMany (line 251) | long DeleteMany(Expression> filter, s... FILE: MongoDbGenericRepository/KeyTypedRepository/IBaseMongoRepository.TKey.Index.cs type IBaseMongoRepository_Index (line 14) | public interface IBaseMongoRepository_Index method GetIndexesNamesAsync (line 22) | Task> GetIndexesNamesAsync() method GetIndexesNamesAsync (line 31) | Task> GetIndexesNamesAsync(CancellationToken c... method GetIndexesNamesAsync (line 40) | Task> GetIndexesNamesAsync(string partitionKey) method GetIndexesNamesAsync (line 50) | Task> GetIndexesNamesAsync(string partitionKey... method CreateTextIndexAsync (line 61) | Task CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync( method CreateTextIndexAsync (line 113) | Task CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync(Expression CreateTextIndexAsync( method CreateAscendingIndexAsync (line 169) | Task CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 221) | Task CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync(Expression CreateAscendingIndexAsync( method CreateAscendingIndexAsync (line 264) | Task CreateAscendingIndexAsync( method CreateDescendingIndexAsync (line 279) | Task CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 331) | Task CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync(Expression CreateDescendingIndexAsync( method CreateDescendingIndexAsync (line 374) | Task CreateDescendingIndexAsync( method CreateHashedIndexAsync (line 389) | Task CreateHashedIndexAsync(Expression CreateHashedIndexAsync(Expression CreateHashedIndexAsync(Expression CreateHashedIndexAsync( method CreateHashedIndexAsync (line 441) | Task CreateHashedIndexAsync(Expression CreateHashedIndexAsync(Expression CreateHashedIndexAsync( method CreateHashedIndexAsync (line 484) | Task CreateHashedIndexAsync( method CreateCombinedTextIndexAsync (line 499) | Task CreateCombinedTextIndexAsync(IEnumerable CreateCombinedTextIndexAsync(IEnumerable CreateCombinedTextIndexAsync(IEnumerable CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 551) | Task CreateCombinedTextIndexAsync(IEnumerable CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 580) | Task CreateCombinedTextIndexAsync( method CreateCombinedTextIndexAsync (line 597) | Task CreateCombinedTextIndexAsync( method DropIndexAsync (line 609) | Task DropIndexAsync(string indexName) method DropIndexAsync (line 618) | Task DropIndexAsync(string indexName, CancellationToken can... method DropIndexAsync (line 627) | Task DropIndexAsync(string indexName, string partitionKey) method DropIndexAsync (line 637) | Task DropIndexAsync(string indexName, string partitionKey, ... FILE: MongoDbGenericRepository/KeyTypedRepository/IBaseMongoRepository.TKey.Update.cs type IBaseMongoRepository_Update (line 14) | public interface IBaseMongoRepository_Update method UpdateOneAsync (line 22) | Task UpdateOneAsync(TDocument modifiedDocument) method UpdateOneAsync (line 31) | Task UpdateOneAsync(TDocument modifiedDocument, Cance... method UpdateOne (line 39) | bool UpdateOne(TDocument modifiedDocument) method UpdateOne (line 48) | bool UpdateOne(TDocument modifiedDocument, CancellationToke... method UpdateOneAsync (line 57) | Task UpdateOneAsync(TDocument documentToModify, Updat... method UpdateOneAsync (line 67) | Task UpdateOneAsync(TDocument documentToModify, Updat... method UpdateOne (line 76) | bool UpdateOne(TDocument documentToModify, UpdateDefinition... method UpdateOne (line 86) | bool UpdateOne(TDocument documentToModify, UpdateDefinition... method UpdateOne (line 97) | bool UpdateOne(TDocument documentToModify, Expressi... method UpdateOne (line 109) | bool UpdateOne( method UpdateOneAsync (line 124) | Task UpdateOneAsync(TDocument documentToModif... method UpdateOneAsync (line 136) | Task UpdateOneAsync( method UpdateOne (line 151) | bool UpdateOne(FilterDefinition filter, ... method UpdateOne (line 163) | bool UpdateOne( method UpdateOne (line 179) | bool UpdateOne( method UpdateOne (line 196) | bool UpdateOne( method UpdateOne (line 212) | bool UpdateOne( method UpdateOne (line 227) | bool UpdateOne( method UpdateOne (line 243) | bool UpdateOne( method UpdateOne (line 260) | bool UpdateOne( method UpdateOneAsync (line 276) | Task UpdateOneAsync(FilterDefinition UpdateOneAsync( method UpdateOneAsync (line 304) | Task UpdateOneAsync( method UpdateOneAsync (line 321) | Task UpdateOneAsync( method UpdateOneAsync (line 337) | Task UpdateOneAsync(Expression UpdateOneAsync( method UpdateOneAsync (line 365) | Task UpdateOneAsync( method UpdateOneAsync (line 382) | Task UpdateOneAsync( method UpdateManyAsync (line 398) | Task UpdateManyAsync(Expression UpdateManyAsync( method UpdateManyAsync (line 426) | Task UpdateManyAsync( method UpdateManyAsync (line 443) | Task UpdateManyAsync( method UpdateManyAsync (line 459) | Task UpdateManyAsync(FilterDefinition UpdateManyAsync( method UpdateManyAsync (line 487) | Task UpdateManyAsync( method UpdateManyAsync (line 504) | Task UpdateManyAsync( method UpdateManyAsync (line 518) | Task UpdateManyAsync(FilterDefinition filt... method UpdateManyAsync (line 528) | Task UpdateManyAsync( method UpdateManyAsync (line 541) | Task UpdateManyAsync(FilterDefinition filt... method UpdateManyAsync (line 552) | Task UpdateManyAsync( method UpdateManyAsync (line 565) | Task UpdateManyAsync(Expression... method UpdateManyAsync (line 575) | Task UpdateManyAsync( method UpdateManyAsync (line 588) | Task UpdateManyAsync(Expression... method UpdateManyAsync (line 599) | Task UpdateManyAsync( method UpdateMany (line 614) | long UpdateMany( method UpdateMany (line 629) | long UpdateMany( method UpdateMany (line 645) | long UpdateMany( method UpdateMany (line 662) | long UpdateMany( method UpdateMany (line 678) | long UpdateMany( method UpdateMany (line 693) | long UpdateMany( method UpdateMany (line 709) | long UpdateMany( method UpdateMany (line 726) | long UpdateMany( method UpdateMany (line 740) | long UpdateMany(FilterDefinition filter, UpdateD... method UpdateMany (line 750) | long UpdateMany(FilterDefinition filter, UpdateD... method UpdateMany (line 760) | long UpdateMany(FilterDefinition filter, UpdateD... method UpdateMany (line 771) | long UpdateMany( method UpdateMany (line 784) | long UpdateMany(Expression> filter, U... method UpdateMany (line 794) | long UpdateMany(Expression> filter, U... method UpdateMany (line 804) | long UpdateMany(Expression> filter, U... method UpdateMany (line 815) | long UpdateMany( FILE: MongoDbGenericRepository/KeyTypedRepository/IBaseMongoRepository.TKey.cs type IBaseMongoRepository (line 9) | public interface IBaseMongoRepository : FILE: MongoDbGenericRepository/Models/Document.cs class Document (line 10) | public class Document : IDocument method Document (line 15) | public Document() FILE: MongoDbGenericRepository/Models/IDocument.cs type IDocument (line 9) | public interface IDocument where TKey : IEquatable type IDocument (line 26) | public interface IDocument : IDocument FILE: MongoDbGenericRepository/Models/IPartitionedDocument.cs type IPartitionedDocument (line 9) | public interface IPartitionedDocument FILE: MongoDbGenericRepository/Models/IndexCreationOptions.cs class IndexCreationOptions (line 8) | public class IndexCreationOptions FILE: MongoDbGenericRepository/Models/PartitionedDocument.cs class PartitionedDocument (line 9) | public class PartitionedDocument : Document, IPartitionedDocument method PartitionedDocument (line 15) | public PartitionedDocument(string partitionKey) FILE: MongoDbGenericRepository/MongoDbContext.cs class MongoDbContext (line 15) | public class MongoDbContext : IMongoDbContext method MongoDbContext (line 31) | public MongoDbContext(IMongoDatabase mongoDatabase) method MongoDbContext (line 44) | public MongoDbContext(string connectionString, string databaseName) method MongoDbContext (line 55) | public MongoDbContext(string connectionString) method MongoDbContext (line 65) | public MongoDbContext(MongoClient client, string databaseName) method GetCollection (line 77) | public virtual IMongoCollection GetCollection(st... method DropCollection (line 86) | public virtual void DropCollection(string partitionKey = null) method SetGuidRepresentation (line 95) | public virtual void SetGuidRepresentation(GuidRepresentation guidRepre... method GetAttributeCollectionName (line 112) | protected virtual string GetAttributeCollectionName() method InitializeGuidRepresentation (line 123) | protected virtual void InitializeGuidRepresentation() method GetCollectionName (line 135) | protected virtual string GetCollectionName(string partition... method Pluralize (line 150) | protected virtual string Pluralize() FILE: MongoDbGenericRepository/ReadOnlyMongoRepository.cs class ReadOnlyMongoRepository (line 16) | public abstract class ReadOnlyMongoRepository : ReadOnlyMongoRepository<... method ReadOnlyMongoRepository (line 23) | protected ReadOnlyMongoRepository(string connectionString, string data... method ReadOnlyMongoRepository (line 31) | protected ReadOnlyMongoRepository(IMongoDbContext mongoDbContext) : ba... method ReadOnlyMongoRepository (line 39) | protected ReadOnlyMongoRepository(IMongoDatabase mongoDatabase) : base... method HandlePartitioned (line 51) | public virtual IMongoCollection HandlePartitioned HandlePartitioned HandlePartitioned GetCollection GetByIdAsync(TKe... method GetByIdAsync (line 114) | public virtual async Task GetByIdAsync(TKe... method GetByIdAsync (line 122) | public virtual async Task GetByIdAsync(TKe... method GetByIdAsync (line 130) | public virtual async Task GetByIdAsync(TKe... method GetById (line 138) | public virtual TDocument GetById(TKey id) method GetById (line 146) | public virtual TDocument GetById(TKey id, Cancellatio... method GetById (line 154) | public virtual TDocument GetById(TKey id, string part... method GetById (line 162) | public virtual TDocument GetById(TKey id, string part... method GetOneAsync (line 170) | public Task GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync(FilterDefinition GetOneAsync( method GetOne (line 230) | public TDocument GetOne(FilterDefinition c... method GetOne (line 237) | public TDocument GetOne(FilterDefinition c... method GetOne (line 244) | public TDocument GetOne(FilterDefinition c... method GetOne (line 252) | public TDocument GetOne(FilterDefinition c... method GetOne (line 260) | public TDocument GetOne(FilterDefinition c... method GetOne (line 267) | public TDocument GetOne(FilterDefinition c... method GetOne (line 274) | public TDocument GetOne(FilterDefinition c... method GetOne (line 281) | public TDocument GetOne( method GetOneAsync (line 292) | public virtual async Task GetOneAsync(Expr... method GetOneAsync (line 300) | public virtual async Task GetOneAsync(Expr... method GetOneAsync (line 308) | public virtual async Task GetOneAsync(Expr... method GetOneAsync (line 316) | public virtual async Task GetOneAsync( method GetOne (line 327) | public virtual TDocument GetOne(Expression(Expression(Expression(Expression GetCursor AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync(FilterDefinition AnyAsync( method Any (line 435) | public bool Any(FilterDefinition condition) method Any (line 443) | public bool Any(FilterDefinition condition... method Any (line 451) | public bool Any(FilterDefinition condition... method Any (line 459) | public bool Any(FilterDefinition condition... method Any (line 467) | public bool Any(FilterDefinition condition... method Any (line 475) | public bool Any(FilterDefinition condition... method Any (line 483) | public bool Any(FilterDefinition condition... method Any (line 491) | public bool Any( method AnyAsync (line 503) | public virtual async Task AnyAsync(Expression AnyAsync(Expression AnyAsync(Expression AnyAsync( method Any (line 538) | public virtual bool Any(Expression(Expression(Expression(Expression> GetAllAsync(FilterDefini... method GetAllAsync (line 578) | public Task> GetAllAsync(FilterDefini... method GetAllAsync (line 586) | public Task> GetAllAsync(FilterDefini... method GetAllAsync (line 594) | public Task> GetAllAsync(FilterDefini... method GetAllAsync (line 602) | public Task> GetAllAsync(FilterDefini... method GetAllAsync (line 610) | public Task> GetAllAsync( method GetAllAsync (line 621) | public Task> GetAllAsync( method GetAllAsync (line 632) | public Task> GetAllAsync( method GetAll (line 644) | public List GetAll(FilterDefinition GetAll(FilterDefinition GetAll(FilterDefinition GetAll(FilterDefinition GetAll(FilterDefinition GetAll(FilterDefinition GetAll(FilterDefinition GetAll( method GetAllAsync (line 712) | public virtual async Task> GetAllAsync> GetAllAsync> GetAllAsync> GetAllAsync( method GetAll (line 747) | public virtual List GetAll(Expression GetAll(Expression GetAll(Expression GetAll( method CountAsync (line 782) | public Task CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync(FilterDefinition CountAsync( method Count (line 850) | public long Count(FilterDefinition condition) method Count (line 858) | public long Count(FilterDefinition conditi... method Count (line 866) | public long Count(FilterDefinition conditi... method Count (line 874) | public long Count(FilterDefinition conditi... method Count (line 882) | public long Count(FilterDefinition conditi... method Count (line 890) | public long Count(FilterDefinition conditi... method Count (line 898) | public long Count(FilterDefinition conditi... method Count (line 906) | public long Count( method CountAsync (line 918) | public virtual async Task CountAsync(Expression... method CountAsync (line 926) | public virtual async Task CountAsync(Expression... method CountAsync (line 934) | public virtual async Task CountAsync(Expression... method CountAsync (line 942) | public virtual async Task CountAsync( method Count (line 953) | public virtual long Count(Expression(Expression(Expression(Expression GetByMaxAsync( method GetByMaxAsync (line 995) | public virtual async Task GetByMaxAsync( method GetByMaxAsync (line 1006) | public virtual async Task GetByMaxAsync( method GetByMaxAsync (line 1017) | public virtual async Task GetByMaxAsync( method GetByMax (line 1029) | public virtual TDocument GetByMax(Expression( method GetByMax (line 1048) | public virtual TDocument GetByMax( method GetByMax (line 1059) | public virtual TDocument GetByMax( method GetByMinAsync (line 1071) | public virtual async Task GetByMinAsync( method GetByMinAsync (line 1081) | public virtual async Task GetByMinAsync( method GetByMinAsync (line 1092) | public virtual async Task GetByMinAsync( method GetByMinAsync (line 1103) | public virtual async Task GetByMinAsync( method GetByMin (line 1115) | public virtual TDocument GetByMin(Expression( method GetByMin (line 1134) | public virtual TDocument GetByMin( method GetByMin (line 1145) | public virtual TDocument GetByMin( method GetMaxValueAsync (line 1157) | public virtual async Task GetMaxValueAsync GetMaxValueAsync GetMaxValueAsync GetMaxValueAsync( method GetMaxValue (line 1211) | public virtual TValue GetMaxValue( method GetMaxValue (line 1222) | public virtual TValue GetMaxValue( method GetMaxValue (line 1233) | public virtual TValue GetMaxValue( method GetMinValueAsync (line 1245) | public virtual async Task GetMinValueAsync GetMinValueAsync GetMinValueAsync GetMinValueAsync( method GetMinValue (line 1299) | public virtual TValue GetMinValue( method GetMinValue (line 1310) | public virtual TValue GetMinValue( method GetMinValue (line 1321) | public virtual TValue GetMinValue( method SumByAsync (line 1337) | public virtual async Task SumByAsync(Expression<... method SumByAsync (line 1345) | public virtual async Task SumByAsync( method SumByAsync (line 1356) | public virtual async Task SumByAsync( method SumByAsync (line 1367) | public virtual async Task SumByAsync( method SumBy (line 1379) | public virtual int SumBy( method SumByAsync (line 1390) | public virtual async Task SumByAsync(Express... method SumByAsync (line 1398) | public virtual async Task SumByAsync( method SumByAsync (line 1409) | public virtual async Task SumByAsync( method SumByAsync (line 1420) | public virtual async Task SumByAsync( method SumBy (line 1432) | public virtual decimal SumBy( method ProjectOneAsync (line 1447) | public virtual async Task ProjectOneAsync ProjectOneAsync ProjectOneAsync ProjectOneAsync( method ProjectOne (line 1506) | public virtual TProjection ProjectOne( method ProjectOne (line 1518) | public virtual TProjection ProjectOne( method ProjectOne (line 1530) | public virtual TProjection ProjectOne( method ProjectManyAsync (line 1543) | public virtual async Task> ProjectManyAsync> ProjectManyAsync> ProjectManyAsync> ProjectManyAsync ProjectMany ProjectMany ProjectMany ProjectMany GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy GroupBy> GetSortedPaginatedAsync> GetSortedPaginatedAsync() FILE: MongoDbGenericRepository/Utils/Pluralization.cs class Vocabularies (line 72) | public static class Vocabularies method Vocabularies (line 76) | static Vocabularies() method BuildDefault (line 88) | private static Vocabulary BuildDefault() class Vocabulary (line 203) | public class Vocabulary method Vocabulary (line 205) | internal Vocabulary() method AddIrregular (line 219) | public void AddIrregular(string singular, string plural, bool matchEnd... method AddUncountable (line 237) | public void AddUncountable(string word) method AddPlural (line 247) | public void AddPlural(string rule, string replacement) method AddSingular (line 257) | public void AddSingular(string rule, string replacement) method Pluralize (line 268) | public string Pluralize(string word, bool inputIsKnownToBeSingular = t... method Singularize (line 289) | public string Singularize(string word, bool inputIsKnownToBePlural = t... method ApplyRules (line 305) | private string ApplyRules(IList rules, string word) method IsUncountable (line 322) | private bool IsUncountable(string word) class Rule (line 327) | private class Rule method Rule (line 332) | public Rule(string pattern, string replacement) method Apply (line 338) | public string Apply(string word) class InflectorExtensions (line 351) | public static class InflectorExtensions method Pluralize (line 359) | public static string Pluralize(this string word, bool inputIsKnownToBe... method Singularize (line 370) | public static string Singularize(this string word, bool inputIsKnownTo... method Pascalize (line 380) | public static string Pascalize(this string input) method Camelize (line 390) | public static string Camelize(this string input) method Underscore (line 401) | public static string Underscore(this string input) method Dasherize (line 413) | public static string Dasherize(this string underscoredWord) method Hyphenate (line 423) | public static string Hyphenate(this string underscoredWord) FILE: MongoDbGenericRepository/Utils/RandomExtensions.cs class RandomExtensions (line 9) | public static class RandomExtensions method NextLong (line 17) | public static long NextLong(this Random random, long min, long max) method NextLong (line 45) | public static long NextLong(this Random random, long max) method NextLong (line 55) | public static long NextLong(this Random random)