Click or drag to resize

OperationAccessEvaluationResult Class

Result for the ControllerBase.ActiveUserCanPerformObjectOperation method.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicOperationAccessEvaluationResult

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class OperationAccessEvaluationResult

The OperationAccessEvaluationResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccess
The result of the evaluation.
Public propertyEvaluatedId
Id of the object that was evaluated. Is either the specified Id or the specified ownerId.
Public propertyEvaluatedObjectType
Object type of the object that was evaluated. Is either the specified object type (cot) or the specified owner object type (ownerCot).
Public propertyEvaluatedOperation
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'.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also