Click or drag to resize

OwnedSystemsAccessModifier Class

The access modifier controls access to system data objects for system owners. It is only to be used in views as it has no access calculation logic (only load-option modification!). A system is accessible for a user if he is the owner of the system. The access modifier doesn't allow anything for users who aren't system owners. A system is owned if: - The user is referred in its 'Owner' property - The user is member of a group which is referred in its 'Owner' property
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AccessModifiersOwnedSystemsAccessModifier

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccessModifiers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class OwnedSystemsAccessModifier : IDataObjectAccessModifier, 
	IAccessModifierBase

The OwnedSystemsAccessModifier type exposes the following members.

Constructors
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
Explicit Interface Implementations
See Also