Click or drag to resize

PreRoleAssignmentCreateEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicAppEventArgs
      Omada.OE.Solution.OIM.AppLogicPreRoleAssignmentCreateEventArgs

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class PreRoleAssignmentCreateEventArgs : AppEventArgs

The PreRoleAssignmentCreateEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyFactory
(Inherited from AppEventArgs.)
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldRoleAssignment
The role assignment data object which is about to be created.
Public fieldSkipCreation
Event handler can set this to true in order to skip the creation of the role assignment.
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