![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Implemented by objects which provide context information to an authorization rule when it is invoked. More...
Properties | |
| IAuthorizationRuleBase | Rule [get] |
| Gets the rule object. | |
| object? | Target [get] |
| Gets a reference to the target business object. | |
| Type | TargetType [get] |
| Gets the type of the target business class. | |
| bool | HasPermission [get, set] |
| Gets or sets a value indicating whether the current user has permission to perform the requested action. | |
| object??[] | Criteria [get] |
| Gets an object which is the criteria specified in the data portal call, if any. | |
| ApplicationContext | ApplicationContext [get] |
| Gets a reference to the current ApplicationContext. | |
| IDataPortalFactory | DataPortalFactory [get] |
| Gets a data portal factory instance. | |
Implemented by objects which provide context information to an authorization rule when it is invoked.
|
get |
Gets a reference to the current ApplicationContext.
Implemented in Csla.Rules.AuthorizationContext.
|
get |
Gets an object which is the criteria specified in the data portal call, if any.
Implemented in Csla.Rules.AuthorizationContext.
|
get |
Gets a data portal factory instance.
Implemented in Csla.Rules.AuthorizationContext.
|
getset |
Gets or sets a value indicating whether the current user has permission to perform the requested action.
Implemented in Csla.Rules.AuthorizationContext.
|
get |
Gets the rule object.
Implemented in Csla.Rules.AuthorizationContext.
|
get |
Gets a reference to the target business object.
Implemented in Csla.Rules.AuthorizationContext.
|
get |
Gets the type of the target business class.
Implemented in Csla.Rules.AuthorizationContext.