AccessComputationResult Class |
Namespace: Omada.OE.Model
public class AccessComputationResult
The AccessComputationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessComputationResult |
| Name | Description | |
|---|---|---|
| Access |
The access rights that the active user has to the data object.
| |
| Default |
Should be used/returned by an AM when it has no desire to modify the access to a data object for the active user.
| |
| Full |
Should be used/returned by an AM when the active user should have full access to the data object.
| |
| None |
Should be used/returned by an AM when the active user should have no access at all to the data object.
| |
| PropertyAccess |
System names (case-insensitive) of properties that the active user is allowed to update on the data object which the computed access is for.
Is ignored if null - meaning that all properties may then be updated by the active user.
Is also ignored if Access doesn't contain "Update" (as it is then irrelevant).
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |