Click or drag to resize

ApplicationOnboarding Class

The ApplicationOnboarding class contains code methods used in the "Onboard Application" process which is contained in the OIM Packaged Solution.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionApplicationOnboarding

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class ApplicationOnboarding

The ApplicationOnboarding type exposes the following members.

Constructors
  NameDescription
Public methodApplicationOnboarding
Top
Methods
  NameDescription
Public methodCreateUpdateDeleteRoleDataObjects

This code method is intended specifically for the OIM Packaged Solution.

The code method is used in the "Onboard Application" process template. It creates/updates/deletes role data objects based on the selections made in the process.

Codemethod usage
Designed to be used in a process onlyYes
Action Object OnBoard Application object.
Security The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.
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