Click or drag to resize

ManualProvisioningEd2 Class

The ManualProvisioning Ed2 class contains code methods used in the manual provisioning ed2 concept in conjunction with RoPE.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionManualProvisioningEd2

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 ManualProvisioningEd2

The ManualProvisioningEd2 type exposes the following members.

Constructors
  NameDescription
Public methodManualProvisioningEd2
Top
Methods
  NameDescription
Public methodCreateProvisioningClaims
CodeMethod called when the provisioner clicks the transition button to confirm that he has completed the provisioning. It writes one row per assignment into the tblProvisioningClaim table.
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