这是基于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.
 
 
 
 
 
 

1004 B

LINGYUN.Abp.DataProtection.Abstractions

Data protection abstraction module, providing interface definitions and basic types for data protection.

Features

  • IDataProtected - Data protection interface, marking entities that need data protection control
  • DataProtectedAttribute - Data protection attribute, marking methods or classes that need data protection control
  • DisableDataProtectedAttribute - Disable data protection attribute, marking methods or classes that don't need data protection control

Data Operation Types

  • DataAccessOperation.Read - Query operation
  • DataAccessOperation.Write - Update operation
  • DataAccessOperation.Delete - Delete operation

Data Filtering

  • DataAccessFilterLogic - Data filter logic
    • And - Logical AND
    • Or - Logical OR
  • DataAccessFilterRule - Data filter rule
    • Field - Field name
    • Value - Field value
    • Operate - Operator
    • IsLeft - Is left parenthesis