![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Interface defining an authorization rule base implementation. More...
Properties | |
| 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 base implementation.
|
get |
Gets the authorization action this rule will enforce.
Implemented in Csla.Rules.AuthorizationRule, and Csla.Rules.AuthorizationRuleAsync.
|
get |
Gets a value indicating whether the results of this rule can be cached at the business object level.
Implemented in Csla.Rules.AuthorizationRule, and Csla.Rules.AuthorizationRuleAsync.
|
get |
Gets the element (property/method) to which this rule is associated.
Implemented in Csla.Rules.AuthorizationRule, and Csla.Rules.AuthorizationRuleAsync.