这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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

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 Interface
    • GetAsync - Get Data Protection
    • GetListAsync - Get Data Protection List
    • CreateAsync - Create Data Protection
    • UpdateAsync - Update Data Protection
    • DeleteAsync - Delete Data Protection

DTO Definitions

  • DataProtectionDto - Data Protection DTO

    • Id - Primary Key
    • Name - Name
    • DisplayName - Display Name
    • Description - Description
    • AllowProperties - List of Allowed Properties
    • FilterGroup - Filter Rule Group
  • DataProtectionCreateDto - Create Data Protection DTO

  • DataProtectionUpdateDto - Update Data Protection DTO

  • DataProtectionGetListInput - Get Data Protection List Input DTO