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.1 KiB
1.1 KiB
LINGYUN.Abp.DataProtectionManagement.Application.Contracts
Data protection management application service contracts module, providing application service interfaces and DTOs for data protection management.
Features
- Data Protection Management Application Service Interfaces
- Data Protection DTO Definitions
- Data Protection Query Definitions
Application Service Interfaces
IDataProtectionAppService- Data Protection Application Service InterfaceGetAsync- Get Data ProtectionGetListAsync- Get Data Protection ListCreateAsync- Create Data ProtectionUpdateAsync- Update Data ProtectionDeleteAsync- Delete Data Protection
DTO Definitions
-
DataProtectionDto- Data Protection DTOId- Primary KeyName- NameDisplayName- Display NameDescription- DescriptionAllowProperties- List of Allowed PropertiesFilterGroup- Filter Rule Group
-
DataProtectionCreateDto- Create Data Protection DTO -
DataProtectionUpdateDto- Update Data Protection DTO -
DataProtectionGetListInput- Get Data Protection List Input DTO