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