Click or drag to resize

ResourceLifeCycleManagement Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.OPSResourceLifeCycleManagement

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

The ResourceLifeCycleManagement type exposes the following members.

Constructors
Methods
  NameDescription
Public methodSubmitPrioritizedProvisioningJob
Creates a prioritized resource lifecycle management provisioning job based on a Resource object
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Resource
Public methodSubmitProvisioningJob
Creates a resource lifecycle management provisioning job based on a Resource object Note that the job is created with priority 10
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)Resource
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