Click or drag to resize

AccessCallContextAppliedLoadOptionsAccessModifier Property

Holds the access modifier class applied to the data object load options through IDataObjectAccessModifier.ModifyLoadOptions(). The information can be used in the implementations of IDataObjectAccessModifier.PrepareAccessCalculation() and IDataObjectAccessModifier.CalculateAccess(). If the same access modifier was applied to the load options then the two methods can typically execute with less effort. Can be null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Type AppliedLoadOptionsAccessModifier { get; }

Property Value

Type: Type
See Also