You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
LINGYUN.Abp.FeatureManagement.Application
功能管理应用服务模块,提供了功能定义的管理服务实现。
功能特性
- 功能定义管理
- 支持创建、更新、删除功能定义
- 支持功能定义的本地化
- 支持功能定义的值类型序列化
- 功能组定义管理
- 支持创建、更新、删除功能组定义
- 支持功能组的本地化
- 支持静态和动态功能定义存储
- 集成ABP功能管理模块
模块依赖
[DependsOn(
typeof(AbpFeatureManagementApplicationContractsModule),
typeof(VoloAbpFeatureManagementApplicationModule))]
public class AbpFeatureManagementApplicationModule : AbpModule
{
}
权限定义
- FeatureManagement.GroupDefinitions
- FeatureManagement.GroupDefinitions.Create
- FeatureManagement.GroupDefinitions.Update
- FeatureManagement.GroupDefinitions.Delete
- FeatureManagement.Definitions
- FeatureManagement.Definitions.Create
- FeatureManagement.Definitions.Update
- FeatureManagement.Definitions.Delete