Interface IMongoEntityModelBuilder
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
CreateCollectionOptions
Declaration
CreateCollectionOptions<BsonDocument> CreateCollectionOptions { get; }
Property Value
Type |
Description |
CreateCollectionOptions<BsonDocument> |
|
EntityType
Declaration
Property Value
Methods
Declaration
void ConfigureIndexes(Action<IMongoIndexManager<BsonDocument>> action)
Parameters
Type |
Name |
Description |
Action<IMongoIndexManager<BsonDocument>> |
action |
|
Extension Methods