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.3 KiB
1.3 KiB
LINGYUN.Abp.DataProtectionManagement.Domain
Data protection management domain module, providing core business logic for data protection management.
Features
- Data Protection Management
- Create Data Protection
- Update Data Protection
- Delete Data Protection
- Query Data Protection
- Data Protection Resource Management
- Resource Definition
- Resource Grouping
- Resource Properties
- Data Protection Rule Management
- Rule Definition
- Rule Grouping
- Rule Operators
Domain Services
IDataProtectionManager- Data Protection Management ServiceCreateAsync- Create Data ProtectionUpdateAsync- Update Data ProtectionDeleteAsync- Delete Data ProtectionGetAsync- Get Data ProtectionGetListAsync- Get Data Protection List
Entities
DataProtection- Data Protection EntityId- Primary KeyName- NameDisplayName- Display NameDescription- DescriptionAllowProperties- List of Allowed PropertiesFilterGroup- Filter Rule Group
Repositories
IDataProtectionRepository- Data Protection Repository InterfaceGetListAsync- Get Data Protection ListFindByNameAsync- Find Data Protection by NameGetCountAsync- Get Data Protection Count