Table of Contents

Interface ISupportMailPositionCollection

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