Class MongoEntityModelBuilder<TEntity>
Inheritance
object
MongoEntityModelBuilder<TEntity>
Implements
IMongoEntityModelBuilder<TEntity>
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 MongoEntityModelBuilder<TEntity> : IMongoEntityModel, IHasBsonClassMap, IMongoEntityModelBuilder, IMongoEntityModelBuilder<TEntity>
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Constructors
MongoEntityModelBuilder()
Declaration
public MongoEntityModelBuilder()
Properties
CollectionName
Declaration
public string CollectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityType
Declaration
public Type EntityType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
GetMap()
Declaration
public BsonClassMap GetMap()
Returns
| Type | Description |
|---|---|
| MongoDB.Bson.Serialization.BsonClassMap |