Table of Contents

Interface ISupportCaseRepositoryCollection

Namespace
Tharga.Team.MongoDB
Assembly
Tharga.Team.MongoDB.dll
public interface ISupportCaseRepositoryCollection : IDiskRepositoryCollection<SupportCaseEntity>, IDiskRepositoryCollection<SupportCaseEntity, ObjectId>, IRepositoryCollection<SupportCaseEntity, ObjectId>, IReadOnlyRepositoryCollection<SupportCaseEntity, ObjectId>, IRepositoryCollection, IReadOnlyRepositoryCollection
Inherited Members
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.AddOrReplaceAsync(SupportCaseEntity, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.ReplaceOneAsync(SupportCaseEntity, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateOneAsync(ObjectId, UpdateDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateOneAsync(FilterDefinition<SupportCaseEntity>, UpdateDefinition<SupportCaseEntity>, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateManyAsync(FilterDefinition<SupportCaseEntity>, UpdateDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteOneAsync(FilterDefinition<SupportCaseEntity>, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteManyAsync(FilterDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.GetCollection()
IRepositoryCollection<SupportCaseEntity, ObjectId>.AddAsync(SupportCaseEntity, IClientSessionHandle)
IRepositoryCollection<SupportCaseEntity, ObjectId>.TryAddAsync(SupportCaseEntity, IClientSessionHandle)
IRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteOneAsync(ObjectId, IClientSessionHandle)
IReadOnlyRepositoryCollection<SupportCaseEntity, ObjectId>.GetDirtyAsync()
IReadOnlyRepositoryCollection<SupportCaseEntity, ObjectId>.GetFailedIndices()
IRepositoryCollection.DropCollectionAsync()