Click or drag to resize

LifeCycleManagementBase Class

The base class for OPS objects life cycle management.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.OPSLifeCycleManagementBase
    Omada.OE.Solution.OIM.AppLogic.OPSDataObjectLifeCycleManagement

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

The LifeCycleManagementBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFactory
The factory.
Top
Methods
  NameDescription
Public methodCreateBatch
Creates batch for the data objects.
Public methodGetDataObjectProperties
Gets data object properties for the OPS tasks.
Public methodGetDataObjectVersionInfo
returns version of the data object if objec thas not versions it returns a timestamp;
Public methodSubmitProvisioningJob
Submits provisioning job.
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