Click or drag to resize

ComplianceWorkbenchAccessModifier Class

Access modifier used in the compliance workbench The access modifier is used by the the CW_SYSTEMS property to list the systems tou are an owner of or to list all systems if you are a member of one of the "AuditorGroups"
SettingValue
AssemblyOmada.OE.Solution.OIM.AppLogic
ClassOmada.OE.Solution.OIM.AppLogic.PackagedSolution.ComplianceWorkbenchAccessModifier
ParameterDescription
--

The access modifier supports the parameter AuditorGroups which can be used to specify a number of user groups which members are allowed to select between all systems

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.AccessModifiersAccessModifierBase
    Omada.OE.Solution.OIM.AppLogic.PackagedSolutionComplianceWorkbenchAccessModifier

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

The ComplianceWorkbenchAccessModifier type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCalculateAccess
Public methodGetParameterValue(IDictionaryString, String, String, Boolean)
Returns the value of a boolean parameter from the parameter values delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodGetParameterValue(IDictionaryString, String, String, Guid)
Returns the value of a string parameter from the parameter values delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodGetParameterValue(IDictionaryString, String, String, Int32)
Returns the value of an integer parameter from the parameter values delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodGetParameterValue(IDictionaryString, String, String, String)
Returns the value of a string parameter from the parameter values delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodGetUIdsFromParameter(String, String, IDictionaryString, String)
Returns a collection of UIds from the parameters delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodGetUIdsFromParameter(String, String, IDictionaryString, String, Guid)
Returns a collection of UIds from the parameters delivered to the Initialize() method. Method is intended to be used as utility in implementations of the Initialize() method.
(Inherited from AccessModifierBase.)
Public methodInitialize
Public methodModifyLoadOptions
Public methodPrepareAccessCalculation
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