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
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 controlDataProtectedAttribute- Data protection attribute, marking methods or classes that need data protection controlDisableDataProtectedAttribute- Disable data protection attribute, marking methods or classes that don't need data protection control
Data Operation Types
DataAccessOperation.Read- Query operationDataAccessOperation.Write- Update operationDataAccessOperation.Delete- Delete operation
Data Filtering
DataAccessFilterLogic- Data filter logicAnd- Logical ANDOr- Logical OR
DataAccessFilterRule- Data filter ruleField- Field nameValue- Field valueOperate- OperatorIsLeft- Is left parenthesis