OperationAccessEvaluationResult Class |
Namespace: Omada.OE.AppLogic
public class OperationAccessEvaluationResult
The OperationAccessEvaluationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | OperationAccessEvaluationResult |
Name | Description | |
---|---|---|
![]() | Access |
The result of the evaluation.
|
![]() | EvaluatedId |
Id of the object that was evaluated.
Is either the specified Id or the specified ownerId.
|
![]() | EvaluatedObjectType |
Object type of the object that was evaluated.
Is either the specified object type (cot) or the specified owner object type (ownerCot).
|
![]() | EvaluatedOperation |
The operation that was evaluated.
May differ from the specified operation of that one was 'Create' and the evaluated object type is an aggregated one.
In that case EvaluatedOperation is instead 'Update'.
|
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.) |