PreRoleAssignmentCreateEventArgs Class |
Namespace: Omada.OE.Solution.OIM.AppLogic
public class PreRoleAssignmentCreateEventArgs : AppEventArgs
The PreRoleAssignmentCreateEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | PreRoleAssignmentCreateEventArgs |
Name | Description | |
---|---|---|
![]() | DbConnection |
The current database connection.
(Inherited from AppEventArgs.) |
![]() | DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) |
![]() | Factory | (Inherited from AppEventArgs.) |
Name | Description | |
---|---|---|
![]() | RoleAssignment |
The role assignment data object which is about to be created.
|
![]() | SkipCreation |
Event handler can set this to true in order to skip the creation of the role assignment.
|
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.) |