Interface IFeatureManagementMongoDbContext
Assembly: Volo.Abp.FeatureManagement.MongoDB.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpFeatureManagement")]
public interface IFeatureManagementMongoDbContext : IAbpMongoDbContext
Properties
FeatureGroups
Declaration
IMongoCollection<FeatureGroupDefinitionRecord> FeatureGroups { get; }
Property Value
FeatureValues
Declaration
IMongoCollection<FeatureValue> FeatureValues { get; }
Property Value
Features
Declaration
IMongoCollection<FeatureDefinitionRecord> Features { get; }
Property Value
Extension Methods