Table of Contents

Interface ISupportEventLedgerCollection

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