Table of Contents

Aurelius.Mapping.FilterEnforcer Namespace

Classes

Name Description
EFilterOperation​Forbidden Exception raised when a filter enforcer rejects an insert, update or delete operation.
EFilterPropNotFound Exception raised when the class member checked by a filter enforcer is not found in the entity.
TFilterEnforcer Makes insert, update and delete operations consistent with an enabled filter.
TRttiEnforcing​Strategy Built-in enforcing strategy that compares an entity class member with a filter parameter.

Interfaces

Name Description
IEnforcingStrategy Defines how a TFilterEnforcer checks and fixes an entity against an enabled filter.