Class MongoOrganizationRepositoryBase<TDocument>
Inheritance
System.Object
MongoOrganizationRepositoryBase<TDocument>
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Data.MongoDB
Assembly: Simplic.Data.MongoDB.dll
Syntax
public abstract class MongoOrganizationRepositoryBase<TDocument> : MongoOrganizationRepositoryBase<TDocument, OrganizationFilterBase>, IOrganizationRepository<Guid, TDocument, OrganizationFilterBase>, IRepository<Guid, TDocument, OrganizationFilterBase>, IReadOnlyRepository<Guid, TDocument, OrganizationFilterBase>, IDisposable where TDocument : OrganizationDocumentBase
Type Parameters
Name | Description |
---|---|
TDocument |
Constructors
| Improve this Doc View SourceMongoOrganizationRepositoryBase(IMongoContext, IOrganizationIdProvider)
Declaration
protected MongoOrganizationRepositoryBase(IMongoContext context, IOrganizationIdProvider organizationIdProvider)
Parameters
Type | Name | Description |
---|---|---|
IMongoContext | context | |
IOrganizationIdProvider | organizationIdProvider |
Implements
System.IDisposable