Interface IMongoEntityModelBuilder<TEntity>
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IMongoEntityModelBuilder<TEntity>
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Properties
BsonMap
Declaration
BsonClassMap<TEntity> BsonMap { get; }
Property Value
| Type | Description |
|---|---|
| BsonClassMap<TEntity> |
CollectionName
Declaration
string CollectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityType
Declaration
Type EntityType { get; }
Property Value
| Type | Description |
|---|---|
| Type |