We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Entity types may be secured by decorating them with the [SupportsPermission] attribute.
Example:
/// <summary> /// The customer entity type. /// </summary> [SupportsPermission(typeof(IAdminPermission))] public interface ICustomer : ... { }
Note: If a mixin declares supported permission types, all entity types inheriting that mixin will support those permissions, too.
Foreword
Dependency Injection
Logging
Dynamic objects
Application Configuration
Application Environment
Application Lifetime Management
The architecture of data access infrastructure
Data Commands
Data Behaviors
Securing the data
The architecture of messaging infrastructure
In-Process messaging
Distributed messaging
Securing the messaging infrastructure
Events
Multidimensional Model
The permission system
Authorization Service