Click or drag to resize

AccessComputationResult Class

Represents the result of an access computation in a IDataObjectFieldLevelAccessModifier access modifier
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAccessComputationResult

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

The AccessComputationResult type exposes the following members.

Constructors
  NameDescription
Public methodAccessComputationResult
Top
Properties
  NameDescription
Public propertyAccess
The access rights that the active user has to the data object.
Public propertyStatic memberDefault
Should be used/returned by an AM when it has no desire to modify the access to a data object for the active user.
Public propertyStatic memberFull
Should be used/returned by an AM when the active user should have full access to the data object.
Public propertyStatic memberNone
Should be used/returned by an AM when the active user should have no access at all to the data object.
Public propertyPropertyAccess
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).
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