Click or drag to resize

SystemRolesAccessModifier Class

The access modifier controls access to role 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 role is accessible for a user if he is the owner of the system which the role belongs to. The access modifier doesn't allow anything for users who aren't system owners.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AccessModifiersSystemRolesAccessModifier

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 SystemRolesAccessModifier : IDataObjectAccessModifier, 
	IAccessModifierBase

The SystemRolesAccessModifier type exposes the following members.

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