Class MongoDbContextModel
Inheritance
object
MongoDbContextModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public class MongoDbContextModel
Constructors
MongoDbContextModel(IReadOnlyDictionary<Type, IMongoEntityModel>)
Declaration
public MongoDbContextModel(IReadOnlyDictionary<Type, IMongoEntityModel> entities)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><System.Type, IMongoEntityModel> | entities |
Properties
Entities
Declaration
public IReadOnlyDictionary<Type, IMongoEntityModel> Entities { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><System.Type, IMongoEntityModel> |