Interface IFeatureManagementMongoDbContext
Namespace: Volo.Abp.FeatureManagement.MongoDB
Assembly: Volo.Abp.FeatureManagement.MongoDB.dll
Syntax
public interface IFeatureManagementMongoDbContext : IAbpMongoDbContext
Properties
FeatureValues
Declaration
IMongoCollection<FeatureValue> FeatureValues { get; }
Property Value
| Type | Description |
|---|---|
| IMongoCollection<FeatureValue> |