![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Interface defining an authorization rule implementation. More...
Public Member Functions | |
| Task | ExecuteAsync (IAuthorizationContext context, CancellationToken ct) |
| Authorization rule implementation. | |
Additional Inherited Members | |
| Properties inherited from Csla.Rules.IAuthorizationRuleBase | |
| Core.? IMemberInfo | Element [get] |
| Gets the element (property/method) to which this rule is associated. | |
| AuthorizationActions | Action [get] |
| Gets the authorization action this rule will enforce. | |
| bool | CacheResult [get] |
| Gets a value indicating whether the results of this rule can be cached at the business object level. | |
Interface defining an authorization rule implementation.
| Task Csla.Rules.IAuthorizationRuleAsync.ExecuteAsync | ( | IAuthorizationContext | context, |
| CancellationToken | ct ) |
Authorization rule implementation.
| context | Rule context object. |
| ct | Cancellation token. |
Implemented in Csla.Rules.AuthorizationRuleAsync.