ComplianceWorkbenchAccessModifier Class |
Setting | Value |
---|---|
Assembly | Omada.OE.Solution.OIM.AppLogic |
Class | Omada.OE.Solution.OIM.AppLogic.PackagedSolution.ComplianceWorkbenchAccessModifier |
Parameter | Description |
---|---|
- | - |
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
Namespace: Omada.OE.Solution.OIM.AppLogic.PackagedSolution
public class ComplianceWorkbenchAccessModifier : AccessModifierBase, IDataObjectAccessModifier, IAccessModifierBase
The ComplianceWorkbenchAccessModifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComplianceWorkbenchAccessModifier |
Name | Description | |
---|---|---|
![]() | CalculateAccess | |
![]() | GetParameterValue(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.) |
![]() | GetParameterValue(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.) |
![]() | GetParameterValue(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.) |
![]() | GetParameterValue(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.) |
![]() | GetUIdsFromParameter(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.) |
![]() | GetUIdsFromParameter(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.) |
![]() | Initialize | |
![]() | ModifyLoadOptions | |
![]() | PrepareAccessCalculation |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |