![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Interface defining an authorization rule implementation. More...
Public Member Functions | |
| void | Execute (IAuthorizationContext context) |
| 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.
| void Csla.Rules.IAuthorizationRule.Execute | ( | IAuthorizationContext | context | ) |
Authorization rule implementation.
| context | Rule context object. |
Implemented in Csla.Rules.AuthorizationRule, Csla.Rules.CommonRules.IsInRole, and Csla.Rules.CommonRules.IsNotInRole.