| 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
Syntaxpublic Type AppliedLoadOptionsAccessModifier { get; }
Property Value
Type:
Type
See Also